Skip to content

Commit

Permalink
Name the yard output github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Mar 21, 2024
1 parent c4d6b7d commit fa56dfb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- uses: ruby/setup-ruby@v1
- run: BUNDLER_WITHOUT="production test" bundle install
- run: bundle exec yard
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec yard --output-dir github-pages
- name: List files in the repository
run: |
ls ${{ github.workspace }}
Expand All @@ -26,7 +27,7 @@ jobs:

# A file, directory or wildcard pattern that describes what to upload
# Required.
path: doc
path: github-pages

- run: echo "🍏 This job's status is ${{ job.status }}."
# Deploy job
Expand Down

0 comments on commit fa56dfb

Please sign in to comment.