mirror of
https://github.com/shadoll/vancouver.git
synced 2026-08-28 11:33:14 +00:00
feat: enhance GitHub Pages deployment workflow and update README for setup instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user