Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blleng committed Feb 26, 2024
1 parent 98e3783 commit 9f904be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
echo "freezing.cool" > ./public/CNAME
- name: Deploy to gh-page
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
git-config-name: blleng
git-config-email: l0bl@outlook.com
branch: gh-page # The branch the action should deploy to.
folder: public # The folder the action should deploy.
target_branch: gh-page
build_dir: ./public
jekyll: false

0 comments on commit 9f904be

Please sign in to comment.