common: fixing name

This commit is contained in:
Sheldan
2025-08-08 19:00:29 +02:00
parent c52433cb8c
commit 4a29583418

View File

@@ -56,7 +56,7 @@ jobs:
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v3
- name: Upload artifact - name: Upload artifact
uses: actions/deploy-pages@v4@v4 uses: actions/deploy-pages@v4
with: with:
path: './dist' path: './dist'
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages