Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 64d3242 commit 1b7b1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
done
- name: Push - pages
run: git push origin pages
run: git push origin gh-pages

0 comments on commit 1b7b1d7

Please sign in to comment.