Skip to content

Commit

Permalink
Attempt to init rbenv manually in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdowney committed Feb 11, 2024
1 parent 7eca196 commit 6509dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -27,6 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Blog
run: bundle exec rake deploy:blog
run: eval "$(rbenv init -)" && rake deploy:blog
- name: Deploy Photos
run: bundle exec rake deploy:photo
run: eval "$(rbenv init -)" && rake deploy:photo

0 comments on commit 6509dda

Please sign in to comment.