fix: update path for upload build artifact

This commit is contained in:
abel
2025-09-30 14:17:53 +02:00
committed by GitHub
parent 4e889d52aa
commit 0a91d32451

View File

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