We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fc84e commit 27b3307Copy full SHA for 27b3307
.github/workflows/autodoc.yml
@@ -26,10 +26,7 @@ jobs:
26
- name: Build documentation tool
27
run: |
28
cd ref/tools/OpenDreamDocumentationTool
29
- git submodule update --init
30
- cd OpenDream
31
- git checkout master && git pull
32
- git submodule update --init --recursive && cd ..
+ git submodule update --init --recursive
33
dotnet build -o $GITHUB_WORKSPACE/oddt-bin OpenDreamDocumentationTool
34
35
- name: Get DMStandard
0 commit comments