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.
2 parents 0ae2021 + fe63adc commit 1e4780eCopy full SHA for 1e4780e
.github/workflows/deploy.yml
@@ -72,7 +72,7 @@ jobs:
72
skip_checkout: true
73
push_options: '--force'
74
- name: Upload artifact
75
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3.0.1
76
with:
77
path: ./out
78
@@ -86,4 +86,4 @@ jobs:
86
steps:
87
- name: Deploy to GitHub Pages
88
id: deployment
89
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4.0.5
.github/workflows/pr.yml
@@ -44,6 +44,6 @@ jobs:
44
env:
45
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
46
47
48
49
0 commit comments