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 6578b3f424
commit c5ca1691aa
+1 -1
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