fix: FS Subsystem path change #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |