Skip to content

Commit

Permalink
ci: fix deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 24, 2021
1 parent 9accc56 commit 9d2c9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: upsetjs/upsetjs.github.io
publish_branch: master
publish_branch: main
publish_dir: ./public
enable_jekyll: true
remove_path_spec: 'integrations/r/'
Expand All @@ -102,7 +102,7 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: upsetjs/upsetjs.github.io
publish_branch: master
publish_branch: main
publish_dir: ./public
enable_jekyll: true
remove_path_spec: 'next/integrations/r/'
Expand Down

0 comments on commit 9d2c9a9

Please sign in to comment.