Skip to content

Commit

Permalink
Update deploy action to check out the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdowney committed Feb 11, 2024
1 parent 1c3986f commit 7d84aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
PHOTO_S3_BUCKET: ${{ secrets.PHOTO_S3_BUCKET }}
PHOTO_CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.PHOTO_CLOUDFRONT_DISTRIBUTION_ID }}
steps:
- uses: actions/checkout@v2
- name: Deploy Blog
run: rake deploy:blog
- name: Deploy Photos
Expand Down

0 comments on commit 7d84aa2

Please sign in to comment.