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 71ddc82 commit 09e747fCopy full SHA for 09e747f
.github/workflows/master.yml
@@ -29,11 +29,10 @@ jobs:
29
- name: Build Docs
30
run: bunx vocs build
31
- name: Upload Docs to Pages
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v4
33
with:
34
name: github-pages
35
path: src/dist
36
- include-hidden-files: true
37
38
test-rust-code:
39
runs-on: ubuntu-latest
0 commit comments