ci: correct build to ./docs/build (#463)

This commit is contained in:
Paul Makles
2025-11-14 22:11:21 +00:00
committed by GitHub
parent 0b7c132ace
commit dda20f44ae

View File

@@ -33,7 +33,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: ./docs/build
deploy:
name: Deploy to GitHub Pages