Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oezguercelebi committed Jan 14, 2025
1 parent 9f76b85 commit c0f3c26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ jobs:

- name: Build
run: CI=false npm run build
env:
PUBLIC_URL: https://binary.builders

- name: Create CNAME
run: echo "binary.builders" > build/CNAME

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
branch: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}
clean: true # Automatically remove deleted files from the deployment

0 comments on commit c0f3c26

Please sign in to comment.