Skip to content

Commit 27b3307

Browse files
authored
stop manually updating opendream submodule
1 parent b2fc84e commit 27b3307

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/autodoc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
- name: Build documentation tool
2727
run: |
2828
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 ..
29+
git submodule update --init --recursive
3330
dotnet build -o $GITHUB_WORKSPACE/oddt-bin OpenDreamDocumentationTool
3431
3532
- name: Get DMStandard

0 commit comments

Comments
 (0)