Update publish-docs.yml

This commit is contained in:
beatz174-bit
2026-05-13 08:53:35 +10:00
committed by GitHub
parent 4440fddb2b
commit 22b3659cdf
+1 -4
View File
@@ -34,9 +34,7 @@ jobs:
- name: Build public MkDocs site - name: Build public MkDocs site
run: | run: |
<<<<<<< codex/refactor-docs-pipeline-for-local-generation
python3 -m mkdocs build --strict -f mkdocs-public.yml -d site-public
=======
python3 -m mkdocs build -f mkdocs-public.yml --strict python3 -m mkdocs build -f mkdocs-public.yml --strict
- name: Verify published content excludes internal/generated docs - name: Verify published content excludes internal/generated docs
@@ -50,7 +48,6 @@ jobs:
test ! -e site-public/generated/compose-inventory/index.html test ! -e site-public/generated/compose-inventory/index.html
test ! -e site-public/generated/prometheus-rules/index.html test ! -e site-public/generated/prometheus-rules/index.html
test ! -e site-public/docker/index.html test ! -e site-public/docker/index.html
>>>>>>> main
- name: Configure GitHub Pages - name: Configure GitHub Pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5