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 53a05e3 commit d721586Copy full SHA for d721586
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build website
33
run: yarn build
34
- name: Upload artifact
35
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
36
with:
37
path: ./build
38
0 commit comments