Update static.yml

This commit is contained in:
Naiel
2025-06-27 20:24:49 +02:00
committed by GitHub
parent c6f12ecf54
commit f04b312e2e

View File

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