We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af6133 commit d91240dCopy full SHA for d91240d
.github/workflows/publish-doc.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build Documentation
34
run: cargo doc --no-deps --target xtensa-esp32-espidf -p esp-idf-sys -p esp32-nimble
35
- name: Upload artifact
36
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
37
with:
38
path: ./target/xtensa-esp32-espidf/doc
39
0 commit comments