We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d2c3c commit 9ead62aCopy full SHA for 9ead62a
.github/workflows/pages.yml
@@ -48,11 +48,7 @@ jobs:
48
JEKYLL_ENV: production
49
- name: Upload artifact
50
# Automatically uploads an artifact from the './_site' directory by default
51
- uses: actions/upload-artifact@v4
52
- with:
53
- name: "jekyll"
54
- path: "${{ github.workspace }}/pages/"
55
- retention-days: 1
+ uses: actions/upload-pages-artifact@v3
56
57
# Deployment job
58
deploy:
@@ -64,4 +60,4 @@ jobs:
64
60
steps:
65
61
- name: Deploy to GitHub Pages
66
62
id: deployment
67
- uses: actions/deploy-pages@v1
63
+ uses: actions/deploy-pages@v4
0 commit comments