Skip to content

Commit a31c4af

Browse files
committed
i can’t seem to stop self-sabotaging
1 parent bd60a68 commit a31c4af

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/Docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333

3434
- name: Build documentation
3535
run: |
36-
unidoc build --ci fail-on-errors --swift-toolchain $SWIFT_INSTALLATION
36+
unidoc compile -I .. \
37+
--ci fail-on-errors \
38+
--package-name swift-unidoc \
39+
--swift-toolchain $SWIFT_INSTALLATION
3740
3841
macos:
3942
runs-on: macos-15
@@ -50,4 +53,6 @@ jobs:
5053

5154
- name: Build documentation
5255
run: |
53-
unidoc build --ci fail-on-errors
56+
unidoc compile -I .. \
57+
--ci fail-on-errors \
58+
--package-name swift-unidoc

0 commit comments

Comments
 (0)