Skip to content

Commit d3f1c12

Browse files
authored
Merge pull request #133 from ruby/fix-gh-pages
Don't use bundle exec
2 parents c59a977 + 57ee11f commit d3f1c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/configure-pages@v5
3131
- name: Build with RDoc
3232
# Outputs to the './_site' directory by default
33-
run: bundle exec rake rdoc
33+
run: rake rdoc
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v3
3636

0 commit comments

Comments
 (0)