diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 61e37d5..4000839 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install mdbook uses: peaceiris/actions-mdbook@v2