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 ef7173b + 6bb1a2c commit 93d1c41Copy full SHA for 93d1c41
.github/workflows/doc.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: pip install -e ".[doc]"
38
- run: pdoc -o html/ crytic_compile
39
- name: Upload artifact
40
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
41
with:
42
# Upload the doc
43
path: './html/'
0 commit comments