trying this

This commit is contained in:
Shautvast 2025-11-22 15:41:10 +01:00
parent 84c82ee8e4
commit 745432760b

View file

@ -36,8 +36,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
path: './public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4