Make path relative

This commit is contained in:
mo8it 2025-05-23 13:37:10 +02:00
parent 520dfdc464
commit 734fc482eb

View File

@ -25,7 +25,7 @@ jobs:
- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3
with:
path: public/
path: ./public/
deploy:
needs: build