diff --git a/.github/workflows/docfx_build.yml b/.github/workflows/docfx_build.yml index 124475435..fdadc42d6 100644 --- a/.github/workflows/docfx_build.yml +++ b/.github/workflows/docfx_build.yml @@ -7,6 +7,8 @@ jobs: build: name: Build runs-on: windows-latest + permissions: + contents: write # for push access to the gh-pages branch steps: # Check out the branch that triggered this workflow to the 'source' subdirectory - name: Checkout Code