Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Oct 11, 2023
1 parent b456db8 commit cae044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cargo-cache: true
rubygems: "3.4.14"
- name: Build yard docs
run: YARD_OUTPUT_DIR="$RUNNER_TEMP/doc/" bundle exec rake yard
run: echo "$RUNNER_TEMP/doc/" && YARD_OUTPUT_DIR="$RUNNER_TEMP/doc/" bundle exec rake yard && tree "$RUNNER_TEMP/doc/"
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit cae044b

Please sign in to comment.