From 7d09dca3bccc0c112a0a426841980944a9165260 Mon Sep 17 00:00:00 2001 From: Buildkite on behalf of Wellcome Collection Date: Tue, 17 Sep 2024 10:57:20 +0100 Subject: [PATCH] add perms and ref breaking build --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) 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