Skip to content

Commit e935412

Browse files
committed
Added a download_artifact to deploy
1 parent 4366b08 commit e935412

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pages-deploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434
# submodules: true
@@ -73,6 +73,10 @@ jobs:
7373
runs-on: ubuntu-latest
7474
needs: build
7575
steps:
76+
- name: Downloadsite artifact
77+
uses: actions/download-artifact@v4
78+
with:
79+
path: _site
7680
- name: Deploy to GitHub Pages
7781
id: deployment
7882
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)