feat: enhance GitHub Pages deployment workflow and update README for setup instructions

This commit is contained in:
sha
2025-06-20 14:02:50 +03:00
parent d1fa63d3c1
commit 036633548b
4 changed files with 56 additions and 2 deletions
+4
View File
@@ -37,9 +37,13 @@ jobs:
env:
NODE_ENV: production
- name: List build output
run: ls -la dist/
- name: Setup Pages
uses: actions/configure-pages@v4
if: github.ref == 'refs/heads/main'
continue-on-error: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v3