Skip to content

Commit

Permalink
update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed May 25, 2021
1 parent 588acad commit 2a69a2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,13 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: extractions/setup-just@v1
- uses: actions/checkout@v2
- run: make docs-build
- run: just docs/ image build
- uses: actions/upload-artifact@v2
with:
name: docs
path: docs/out/
path: docs/site/
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ID }}
Expand Down

0 comments on commit 2a69a2c

Please sign in to comment.