Skip to content

Commit

Permalink
fix: Gen Docs experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 25, 2024
1 parent ad39847 commit d46f9a9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Generate Documentation

on:
push:
branches:
- development
paths:
- "FicsItNetworks.uplugin"
- "Content/**"
- "Source/**"
- "ThirdParty/**"

jobs:
generate-docs:
name: Generate Documentation
runs-on: ubuntu-latest
steps:
- name: Download Satisfactroy Dedicated Server
run: |
steamcmd +force_install_dir ~/SatisfactoryDedicatedServer +login anonymous +app_update 1690800 validate +quit
- name: Generate Documentation
working-directory: ~/SatisfactoryDedicatedServer
run: ./FactoryServer.sh "-ExecCmds=FINGenRefDoc,FINGenLuaDoc,quit_editor"

0 comments on commit d46f9a9

Please sign in to comment.