diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2c91d8c..f072002a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,9 @@ jobs: if: ${{ steps.release.outputs.release_created }} run: | npm run build:docs + - name: Setup Pages + if: ${{ steps.release.outputs.release_created }} + uses: actions/configure-pages@v4 - name: upload docs artifact if: ${{ steps.release.outputs.release_created }} uses: actions/upload-pages-artifact@v2