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 a660898 commit e80be9eCopy full SHA for e80be9e
.github/workflows/publish-docs.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v5
38
39
- name: Download the existing documents artifact
40
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
41
with:
42
name: documentation
43
- run: rm -rf ./docs # delete previous docs folder present
0 commit comments