diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2bca730..bf8f2df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Configure Pages + uses: actions/configure-pages@v5 - name: Install, build, and upload the site uses: withastro/action@v6