Skip to content

Commit

Permalink
Yet another attempt to source .bashrc from deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdowney committed Feb 11, 2024
1 parent 22e264b commit 6850dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
@@ -1,7 +1,7 @@
name: Deploy Site
defaults:
run:
shell: bash
shell: bash -ileo pipefail {0}
on:
push:
branches:
Expand All @@ -27,6 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Blog
run: source ~/.bashrc && bundle exec rake deploy:blog
run: bundle exec rake deploy:blog
- name: Deploy Photos
run: source ~/.bashrc && bundle exec rake deploy:photo
run: bundle exec rake deploy:photo

0 comments on commit 6850dfb

Please sign in to comment.