diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5c834c0..6364c18 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,7 +31,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