Skip to content

Commit 2a0c4a2

Browse files
committed
Reset to Original
1 parent d76a0ca commit 2a0c4a2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/pages-deploy.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 0
3434
# submodules: true
@@ -62,9 +62,8 @@ jobs:
6262
# bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
6363

6464
- name: Upload site artifact
65-
uses: actions/upload-pages-artifact@v3.0.1
65+
uses: actions/upload-pages-artifact@v3
6666
with:
67-
name: site-artifact
6867
path: "_site${{ steps.pages.outputs.base_path }}"
6968

7069
deploy:
@@ -74,11 +73,6 @@ jobs:
7473
runs-on: ubuntu-latest
7574
needs: build
7675
steps:
77-
- name: Downloadsite artifact
78-
uses: actions/download-artifact@v4
79-
with:
80-
name: site-artifact
81-
path: _site
8276
- name: Deploy to GitHub Pages
8377
id: deployment
84-
uses: actions/deploy-pages@v3
78+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)