diff --git a/.github/workflows/clear_preview.yml b/.github/workflows/clear_preview.yml index 0b00303..e8942c3 100644 --- a/.github/workflows/clear_preview.yml +++ b/.github/workflows/clear_preview.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: gh-pages - name: Delete preview and history + push changes