Skip to content

Commit

Permalink
Fix yml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Mar 21, 2024
1 parent e93023d commit 842aa0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
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: |
Expand Down

0 comments on commit 842aa0a

Please sign in to comment.