Skip to content

Commit ec3e767

Browse files
authored
Update deploy pages to v4
1 parent e26d086 commit ec3e767

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,11 @@ jobs:
3636
permissions:
3737
pages: write
3838
id-token: write
39-
4039
environment:
4140
name: github-pages
4241
url: ${{ steps.deployment.outputs.page_url }}
43-
4442
runs-on: ubuntu-latest
4543
steps:
46-
- name: Checkout
47-
uses: actions/checkout@v3
48-
- name: Download artifact
49-
uses: actions/download-pages-artifact@v3
50-
with:
51-
path: ./dist
52-
- name: List contents for debugging
53-
run: ls -la ./dist
5444
- name: Deploy to GitHub Pages
5545
id: deployment
56-
uses: actions/deploy-pages@v1
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)