Skip to content

Commit

Permalink
give contents write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
McHaillet authored Aug 2, 2024
1 parent 51baf92 commit 38e3962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- main

permissions:
contents: write

# This job installs dependencies, builds the docs, and pushes it to
# the `gh-pages` branch of the same repository.
jobs:
deploy-book:
if: github.repository == 'SBC-Utrecht/pytom-match-pick'
runs-on: ubuntu-latest
permissions:
pages: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 38e3962

Please sign in to comment.