From f374f8dd40d3072ff370a9980a7c127392ee86a3 Mon Sep 17 00:00:00 2001 From: Michel Gokan Khan <280553+michelgokan@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:12:50 +0200 Subject: [PATCH] Update sphinx.yml --- .github/workflows/sphinx.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 8e64834..24d3dbd 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -4,6 +4,10 @@ on: push: branches: [main] # branch to trigger deployment +permissions: # Explicitly setting permissions + contents: write + pages: write + jobs: build-and-deploy: runs-on: ubuntu-22.04 # Specifies the runner environment