Skip to content

Commit

Permalink
Merge pull request #23 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 main to gh-pages
  • Loading branch information
dada878 authored Nov 18, 2024
2 parents a84de40 + 45f2922 commit e3fb86a
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: main
publish_branch: gh-pages
force_orphan: true

0 comments on commit e3fb86a

Please sign in to comment.