Skip to content

Commit

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

deploy:
needs: build
Expand Down

0 comments on commit 4a8ba53

Please sign in to comment.