|
|
|
@ -27,11 +27,11 @@ jobs:
|
|
|
|
- name: Build
|
|
|
|
- name: Build
|
|
|
|
run: npm run build
|
|
|
|
run: npm run build
|
|
|
|
- name: Setup Pages
|
|
|
|
- name: Setup Pages
|
|
|
|
uses: actions/configure-pages@v3
|
|
|
|
uses: actions/configure-pages@v5
|
|
|
|
- name: Upload artifact
|
|
|
|
- name: Upload artifact
|
|
|
|
uses: actions/upload-pages-artifact@v1
|
|
|
|
uses: actions/upload-pages-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: 'dist/'
|
|
|
|
path: 'dist/'
|
|
|
|
- name: Deploy to GitHub Pages
|
|
|
|
- name: Deploy to GitHub Pages
|
|
|
|
id: deployment
|
|
|
|
id: deployment
|
|
|
|
uses: actions/deploy-pages@v2
|
|
|
|
uses: actions/deploy-pages@v4
|