Skip to content

Commit 09e747f

Browse files
hmmm gh pages aint gonna work with .vocs hidden folder
1 parent 71ddc82 commit 09e747f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ jobs:
2929
- name: Build Docs
3030
run: bunx vocs build
3131
- name: Upload Docs to Pages
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-pages-artifact@v4
3333
with:
3434
name: github-pages
3535
path: src/dist
36-
include-hidden-files: true
3736

3837
test-rust-code:
3938
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)