Skip to content

Commit

Permalink
Replace path flag in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
joeleenk committed Feb 10, 2023
1 parent 02b47cf commit ceaf4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: actions/configure-pages@v2
- name: Bundle install
run: |
bundle install --path=vendor/bundle --jobs 4 --retry 3
bundle config set --local path 'vendor/bundle'
bundle install --jobs 4 --retry 3
bundle clean
- name: Build with Jekyll
run: |
Expand Down

0 comments on commit ceaf4f6

Please sign in to comment.