Skip to content

Commit

Permalink
chore: update publish.yaml
Browse files Browse the repository at this point in the history
add cname timon-borter.ch
  • Loading branch information
bbortt committed Aug 7, 2024
1 parent 2b389c5 commit c2530c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- run: npm run build
- run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages -u "GitHub Actions Bot <actions@github.com>" -b master -d build
npx gh-pages -u "GitHub Actions Bot <actions@github.com>" -b master -d build --cname timon-borter.ch
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

0 comments on commit c2530c3

Please sign in to comment.