diff options
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8e6671..5a5e234 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,10 +41,6 @@ jobs: env: BASE_PATH: /${{ github.event.repository.name }} - # Pages must be enabled once in Settings → Pages with Source set to - # "GitHub Actions". The workflow's GITHUB_TOKEN can't provision the - # site itself (creating a Pages site is administration-scoped, beyond - # the `pages: write` permission this workflow holds). - uses: actions/configure-pages@v5 - uses: actions/upload-pages-artifact@v3 |
