diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d43876..2df1624 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: pages + ref: gh-pages - name: Clean - /preview if: ${{ github.ref_name == github.event.repository.default_branch }} @@ -150,4 +150,4 @@ jobs: done - name: Push - pages - run: git push origin pages \ No newline at end of file + run: git push origin gh-pages \ No newline at end of file