We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8062c5 commit a576a4aCopy full SHA for a576a4a
1 file changed
.github/workflows/deploy.yml
@@ -12,12 +12,6 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
15
- # If you're using pnpm, uncomment below
16
- # - name: Install pnpm
17
- # uses: pnpm/action-setup@v3
18
- # with:
19
- # version: 8
20
-
21
- name: Install Node.js
22
uses: actions/setup-node@v4
23
with:
@@ -48,6 +42,12 @@ jobs:
48
42
name: github-pages
49
43
url: ${{ steps.deployment.outputs.page_url }}
50
44
steps:
45
+ - name: Download artifact
46
+ uses: actions/download-artifact@v4
47
+ with:
+ name: github-pages
+ path: .
+
51
- name: Deploy
52
id: deployment
53
uses: actions/deploy-pages@v4
0 commit comments