Skip to content

Commit 90421a0

Browse files
author
Andrew J Westlake
committed
Added command to create gh-pages-build directory prior to copy
1 parent 092ac4f commit 90421a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/guide.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build the doc
2323
run: |
2424
cargo doc --no-deps
25+
mkdir -p gh-pages-build
2526
cp -r target/doc gh-pages-build/doc
2627
echo "<meta http-equiv=refresh content=0;url=pyo3/index.html>" > gh-pages-build/doc/index.html
2728

0 commit comments

Comments
 (0)