Skip to content

Commit f7b889e

Browse files
committed
chore(docs): pub/mappings, jekyll output dir
1 parent c67b39a commit f7b889e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
run: >
5151
bundle exec jekyll build
5252
--baseurl "${{ steps.pages.outputs.base_path }}"
53-
--source ./docs
54-
--destination ./_site
53+
--destination "${{github.workspace}}/_site"
54+
working-directory: ./docs
5555
env:
5656
JEKYLL_ENV: production
5757
- name: Copy files to site
@@ -61,6 +61,8 @@ jobs:
6161
cp ./crates/sdo-web/index.html ./_site/studio
6262
cp ./crates/sdo-web/index.mjs ./_site/studio
6363
cp -r ./target/doc ./_site/rustdoc
64+
mkdir ./_site/pub
65+
cp -r ./mappings ./_site/pub/mappings
6466
- name: Upload artifact
6567
uses: actions/upload-pages-artifact@v3
6668

0 commit comments

Comments
 (0)