Skip to content

Commit

Permalink
Merge pull request #133 from ruby/fix-gh-pages
Browse files Browse the repository at this point in the history
Don't use bundle exec
  • Loading branch information
hsbt authored Nov 13, 2024
2 parents c59a977 + 57ee11f commit d3f1c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with RDoc
# Outputs to the './_site' directory by default
run: bundle exec rake rdoc
run: rake rdoc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit d3f1c12

Please sign in to comment.