Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Mar 10, 2024
1 parent 56276bd commit bd9195d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# deep clone on the `main` branch, so we can properly generated Last Modified metadata for posts based on
# git commit history (via `jekyll-last-modified-at` gem)
Expand All @@ -25,13 +25,13 @@ jobs:
run: JEKYLL_ENV=production bundle exec jekyll build
- name: Configure AWS Credentials
if: ${{ github.ref == 'refs/heads/main' }}
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::107111673154:role/benlimmer.com-deploy
aws-region: us-east-1
- name: Deploy site
if: ${{ github.ref == 'refs/heads/main' }}
run: |
export GOPATH=~/go
go install github.com/bep/s3deploy/v2@v2.7.0
go install github.com/bep/s3deploy/v2@v2.11.0
./deploy.sh

0 comments on commit bd9195d

Please sign in to comment.