diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92baec2..b0880d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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