diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 6e2f94d..0a41df6 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -26,6 +26,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + pages: write pull-requests: write steps: - name: "Checkout" @@ -89,6 +90,8 @@ jobs: - name: "Configure Pages" if: github.event_name == 'push' uses: actions/configure-pages@v5 + with: + enablement: true - name: "Upload Pages Artifact" if: github.event_name == 'push'