Skip to content

Commit af7fff3

Browse files
try now with stable, and clean up to allow for hidden files and remove unnecessary code
1 parent fff0279 commit af7fff3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Build Docs
3030
run: bunx vocs build
3131
- name: Upload Docs to Pages
32-
id: deployment
33-
uses: actions/upload-pages-artifact@v4
32+
uses: actions/upload-artifact@v4
3433
with:
34+
name: github-pages
3535
path: src/dist
3636
include-hidden-files: true
3737

@@ -43,6 +43,8 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v5
4545
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
46+
with:
47+
toolchain: stable
4648
- run: cargo test --message-format human
4749

4850
deploy:
@@ -53,7 +55,6 @@ jobs:
5355
url: ${{ steps.deployment.outputs.page_url }}
5456
steps:
5557
- name: Deploy from pages storage
56-
id: deployment
5758
uses: actions/deploy-pages@v4
5859

5960

0 commit comments

Comments
 (0)