We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c5d0e commit 98b489eCopy full SHA for 98b489e
.github/workflows/website.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Pages
43
uses: actions/configure-pages@v2
44
- name: Upload artifact
45
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
46
with:
47
path: './website/build'
48
- name: Deploy to GitHub Pages
0 commit comments