diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42eb15a..4795dc2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install run: npm install - name: Build