Skip to content

Commit

Permalink
fix: branch name for Netlify deployment (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen authored Aug 10, 2024
1 parent 799dee3 commit 81d643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: nwtgck/[email protected]
with:
publish-dir: _out/html-multi
production-branch: master
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: |
${{ 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) }}
Expand Down

0 comments on commit 81d643e

Please sign in to comment.