From 0bb86147961ffa36a2398373ed420308fa898129 Mon Sep 17 00:00:00 2001 From: Alexander Weber <12560547+lllAlexanderlll@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:13:13 +0000 Subject: [PATCH] ci: build and deploy docs3 --- .github/workflows/build_and_deploy_documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_and_deploy_documentation.yml b/.github/workflows/build_and_deploy_documentation.yml index a08b8644..b6ec78d0 100644 --- a/.github/workflows/build_and_deploy_documentation.yml +++ b/.github/workflows/build_and_deploy_documentation.yml @@ -6,6 +6,9 @@ on: - ci/setup # - master +permissions: + contents: write + jobs: docs: runs-on: ubuntu-latest @@ -27,4 +30,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/build/ force_orphan: true + \ No newline at end of file