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 a3dd083 commit a429cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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 -)" && /.gem/bin/bundle exec rake deploy:blog
- name: Deploy Photos
run: source /.bashrc && eval "$(rbenv init -)" && rake deploy:photo
run: ls /.gem && source /.bashrc && 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 a429cef

Please sign in to comment.