Skip to content

Commit b9c16dc

Browse files
committed
Use bundle exec for kpeg dependencies
1 parent fb5e2ce commit b9c16dc

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@v3
3131
- name: Build with RDoc
3232
# Outputs to the './_site' directory by default
33-
run: rake rdoc
33+
run: bundle exec rake rdoc
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v1
3636

0 commit comments

Comments
 (0)