Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoy committed Apr 17, 2023
1 parent f739653 commit 1e261cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
if: ${{ github.repository == 'noqdev/iambic' && github.event.commits[0].author.name != 'Version Auto Bump' }}
runs-on: ubuntu-latest
name: docs publishing
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- name: Configure AWS Credentials
Expand All @@ -21,4 +24,4 @@ jobs:
run: |
cd docs/web
yarn
make build_and_upload
make build_and_upload

0 comments on commit 1e261cf

Please sign in to comment.