rename
Some checks failed
Build Notes Site / build (push) Failing after 9s

This commit is contained in:
Jay
2026-03-03 10:53:16 +00:00
parent 1e9247a843
commit 9d6417cda2

View File

@@ -39,7 +39,8 @@ jobs:
- name: Build MKDocs output into shared volume - name: Build MKDocs output into shared volume
run: | run: |
docker run --rm \ docker run --rm \
-v "$PWD:/work" -w /work \ -v "${{ github.workspace }}:/work" \
-w /work \
-v notes_public:/public \ -v notes_public:/public \
mkdocs-builder \ mkdocs-builder \
mkdocs build --clean --site-dir /public mkdocs build --clean --site-dir /public