Skip to content

Commit

Permalink
fix: ci: doc-gen download & install SML
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 27, 2024
1 parent 04962ac commit 3ee535e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
});
return response.data.artifacts[0].workflow_run.id;
- name: release-downloader
uses: robinraju/[email protected]
with:
repository: "satisfactorymodding/SatisfactoryModLoader"
latest: true
fileName: "SML-LinuxServer.zip"

- name: Download FicsIt-Networks
uses: actions/download-artifact@v4
with:
Expand All @@ -40,10 +47,11 @@ jobs:
run: |
steamcmd +force_install_dir "${{ github.workspace }}/SatisfactoryDedicatedServer" +login anonymous +app_update 1690800 validate +quit
- name: Install FicsIt-Networks
- name: Install FicsIt-Networks & SML
run: |
mkdir SatisfactoryDedicatedServer/FactoryGame/Mods
unzip FicsItNetworks-LinuxServer.zip -d SatisfactoryDedicatedServer/FactoryGame/Mods/FicsItNetworks
unzip SML-LinuxServer.zip -d SatisfactoryDedicatedServer/FactoryGame/Mods/SML
- name: Generate Documentation
working-directory: SatisfactoryDedicatedServer
Expand Down

0 comments on commit 3ee535e

Please sign in to comment.