Skip to content

Commit 67bc7b0

Browse files
committed
ci: try to fix the output location
1 parent d052497 commit 67bc7b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
bundler-cache: true
2828
- name: Build YARD documentation
2929
id: build
30-
run: |
31-
mkdir -p output/yard/
32-
bundle exec yard doc
30+
run: bundle exec yard doc --output-dir /github/workspace/output/yard/
3331
- name: Upload static files as artifact
3432
id: deployment
3533
uses: actions/upload-pages-artifact@v3 # https://github.com/actions/upload-pages-artifact

0 commit comments

Comments
 (0)