diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 65f9cf6..2db4bf9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,6 +26,10 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/configure-pages@v5 + with: + # Create/enable the Pages site on first run, so no manual + # Settings -> Pages step is needed. + enablement: true - uses: actions/upload-pages-artifact@v3 with: path: site