We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5fbef commit 154b4b9Copy full SHA for 154b4b9
.github/workflows/jekyll-gh-pages.yml
@@ -49,10 +49,7 @@ jobs:
49
cp -r ./crates/sdo-web/pkg ./_site/studio/
50
cp ./crates/sdo-web/index.html ./_site/studio
51
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
+ cp -r ./target/doc ./_site/rustdoc
56
- name: Upload artifact
57
uses: actions/upload-pages-artifact@v3
58
0 commit comments