Skip to content

fix: FS Subsystem path change #1

fix: FS Subsystem path change

fix: FS Subsystem path change #1

Workflow file for this run

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"