Skip to content

Commit e6a3a9d

Browse files
committed
actions/deploy-page
1 parent 4b873ab commit e6a3a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
--buildDrafts --gc \
5656
--baseURL ${{ steps.pages.outputs.base_url }}
5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v3
58+
uses: actions/upload-pages-artifact@v2
5959
with:
6060
path: ./public
6161
# Deployment job
@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v3
71+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)