Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdowney committed Feb 11, 2024
1 parent a429cef commit e9dc26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Blog
run: ls /.gem && source /.bashrc && eval "$(rbenv init -)" && "$(rbenv root)"/shims/bundler exec rake deploy:blog
run: eval "$(rbenv init -)" && "$(rbenv root)"/shims/bundler exec rake deploy:blog
# - name: Deploy Photos
# run: source /.bashrc && eval "$(rbenv init -)" && rake deploy:photo

0 comments on commit e9dc26e

Please sign in to comment.