Skip to content

Commit 154b4b9

Browse files
committed
copy as rustdoc, not copy into rustdoc
1 parent 0f5fbef commit 154b4b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ jobs:
4949
cp -r ./crates/sdo-web/pkg ./_site/studio/
5050
cp ./crates/sdo-web/index.html ./_site/studio
5151
cp ./crates/sdo-web/index.mjs ./_site/studio
52-
mkdir ./_site/rustdoc
53-
ls -la ./target/doc
54-
cp -r ./target/doc ./_site/rustdoc/
55-
ls -la ./_site
52+
cp -r ./target/doc ./_site/rustdoc
5653
- name: Upload artifact
5754
uses: actions/upload-pages-artifact@v3
5855

0 commit comments

Comments
 (0)