diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ceaeeba..0ae63e3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,6 +9,8 @@ jobs: deploy: name: Deploy doc runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@main