Skip to content

Commit

Permalink
Merge pull request #22 from sitcon-tw:feature/ci-cd
Browse files Browse the repository at this point in the history
fix: update publish branch in deployment workflow from gh-pages to main
  • Loading branch information
dada878 authored Nov 18, 2024
2 parents ca655b1 + ac15962 commit a84de40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: gh-pages
publish_branch: main
force_orphan: true

0 comments on commit a84de40

Please sign in to comment.