We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ea2ff commit c8d460fCopy full SHA for c8d460f
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/upload-artifact@v4
23
with:
24
name: dist
25
- path: dist/${{ github.event.repository.name }}
+ path: dist/${{ github.event.repository.name }}/browser
26
27
deploy:
28
needs: build
@@ -40,13 +40,13 @@ jobs:
40
41
42
- name: Setup Pages
43
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v3
44
- name: Upload artifact
45
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v1
46
47
path: '.'
48
- name: 404 GitHub Pages
49
run: cp index.html 404.html
50
- name: Deploy to GitHub Pages
51
id: deployment
52
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v2
0 commit comments