We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c187fdd + 3df3913 commit 620c1d0Copy full SHA for 620c1d0
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: cargo doc --no-deps --document-private-items
24
- run: echo '<meta http-equiv="refresh" content="0;url=thrust">' > target/doc/index.html
25
- uses: actions/configure-pages@v5
26
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v4
27
with:
28
path: 'target/doc'
29
- id: deployment
0 commit comments