Skip to content

Commit a576a4a

Browse files
committed
script
1 parent e8062c5 commit a576a4a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15-
# If you're using pnpm, uncomment below
16-
# - name: Install pnpm
17-
# uses: pnpm/action-setup@v3
18-
# with:
19-
# version: 8
20-
2115
- name: Install Node.js
2216
uses: actions/setup-node@v4
2317
with:
@@ -48,6 +42,12 @@ jobs:
4842
name: github-pages
4943
url: ${{ steps.deployment.outputs.page_url }}
5044
steps:
45+
- name: Download artifact
46+
uses: actions/download-artifact@v4
47+
with:
48+
name: github-pages
49+
path: .
50+
5151
- name: Deploy
5252
id: deployment
5353
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)