Skip to content

Commit 81d643e

Browse files
fix: branch name for Netlify deployment (#20)
1 parent 799dee3 commit 81d643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: nwtgck/[email protected]
9696
with:
9797
publish-dir: _out/html-multi
98-
production-branch: master
98+
production-branch: main
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
deploy-message: |
101101
${{ github.event_name == 'pull_request' && format('pr#{0}: {1}', github.event.number, github.event.pull_request.title) || format('ref/{0}: {1}', github.ref_name, steps.deploy-info.outputs.message) }}

0 commit comments

Comments
 (0)