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 ed73ef4 + 42f839c commit 732b11bCopy full SHA for 732b11b
.github/workflows/documentation.yml
@@ -74,7 +74,7 @@ jobs:
74
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
75
76
- name: Upload artifact
77
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
78
79
with:
80
# Upload entire repository
0 commit comments