Skip to content

Commit

Permalink
add perms and ref breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Sep 17, 2024
1 parent 0b9d78f commit 7d09dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
name: Build documentation
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Convert Notebooks
run: scripts/convert_notebooks.sh
- name: Commit update
Expand Down

0 comments on commit 7d09dca

Please sign in to comment.