Skip to content

Commit a1c6d4e

Browse files
authored
Merge pull request #48 from haddocking/docs-build
Also build without sources
2 parents c0f7192 + aff2610 commit a1c6d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Build MkDocs site
3333
run: |
34-
uv run mkdocs build
34+
uv run --no-sources mkdocs build
3535
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)