Skip to content

Commit 57ee11f

Browse files
committed
Don't use bundle exec
1 parent c59a977 commit 57ee11f

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)