diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e66306f..e5a4425 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,8 @@ jobs: # Specify runner + deployment step runs-on: ubuntu-latest steps: + - name: Configure Pages + uses: actions/configure-pages@v4 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action