Skip to content

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Mar 21, 2024
1 parent fa56dfb commit e93023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
with:
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
Expand Down

0 comments on commit e93023d

Please sign in to comment.