Skip to content

Commit a329f25

Browse files
committed
Fix working directory for dependency installation in GitHub Actions workflow
Signed-off-by: DavidOsipov <[email protected]>
1 parent e45587b commit a329f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
gem install bundler
3333
bundle install
34+
working-directory: site
3435

3536
- name: Build site
3637
run: |

0 commit comments

Comments
 (0)