diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 8754a6790..da191c8e5 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -6,8 +6,10 @@ on: - 'master' jobs: mkdocs: + permissions: + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - run: pip install mkdocs mkdocs-material - - run: mkdocs gh-deploy \ No newline at end of file + - run: mkdocs gh-deploy