Skip to content

Commit c8d460f

Browse files
authored
Update ci.yml
1 parent 30ea2ff commit c8d460f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/upload-artifact@v4
2323
with:
2424
name: dist
25-
path: dist/${{ github.event.repository.name }}
25+
path: dist/${{ github.event.repository.name }}/browser
2626

2727
deploy:
2828
needs: build
@@ -40,13 +40,13 @@ jobs:
4040
with:
4141
name: dist
4242
- name: Setup Pages
43-
uses: actions/configure-pages@v5
43+
uses: actions/configure-pages@v3
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v1
4646
with:
4747
path: '.'
4848
- name: 404 GitHub Pages
4949
run: cp index.html 404.html
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v4
52+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)