diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index df6430f..092dfca 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: with: ref: 'main' fetch-depth: 0 - + - uses: actions/checkout@v2 with: ref: 'setup' @@ -50,3 +50,6 @@ jobs: build_dir: dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +permissions: + contents: write