Skip to content

Commit e7a03a1

Browse files
authored
(pages): ensure directory exists
1 parent c8d445c commit e7a03a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
env:
3434
NODE_ENV: production
3535
- run: cargo doc --all-features
36+
- run: mkdir -p ./website/doc/internal/
3637
- run: cp -rf ./target/doc/* ./website/doc/internal/
3738
- uses: actions/upload-pages-artifact@v3
3839
with:

0 commit comments

Comments
 (0)