Skip to content

Commit d052497

Browse files
committed
ci: try fixing mkdir error
1 parent ae68ea9 commit d052497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

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

0 commit comments

Comments
 (0)