diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7bd7e45..2948fc9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,6 +41,8 @@ jobs: - name: Configure GitHub Pages if: github.event_name != 'pull_request' uses: actions/configure-pages@v5 + with: + enablement: true - name: Upload Pages artifact if: github.event_name != 'pull_request'