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 28a9a5e commit 249afe5Copy full SHA for 249afe5
.github/workflows/test.yml
@@ -47,8 +47,10 @@ jobs:
47
env:
48
RUSTDOCFLAGS: --cfg docsrs -D warnings --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options
49
- name: Setup Pages
50
+ if: github.ref_name == 'master' && github.event_name == 'push'
51
uses: actions/configure-pages@v5
52
- name: Upload artifact
53
54
uses: actions/upload-pages-artifact@v4
55
with:
56
path: ./target/doc
0 commit comments