Skip to content

Commit

Permalink
Switch to just for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Sep 11, 2023
1 parent 593a3dd commit fb2619b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down Expand Up @@ -50,15 +51,16 @@ jobs:
python --version
pelican --version
sass --version
just --version
- name: Build the page
run: inv site
run: just build

- name: Publish the content
run: inv upload
run: just upload

- name: Invalidate the existing distribution
run: inv invalidate
run: just invalidate

- name: Tell me about it
if: ${{ always() }}
Expand Down

0 comments on commit fb2619b

Please sign in to comment.