Skip to content

Commit

Permalink
Fix typo. (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-todorov authored Nov 9, 2024
1 parent 4c09198 commit 98793a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: |
npm install -g netlify
is_master=${{ env.get_branch == 'master' }}
is_master=${{ env.branch_name == 'master' }}
is_fork=${{ github.event.pull_request.head.repo.fork == true }}
[[ "$is_master" == "true" && "$is_fork" == "false" ]] && args=" --prod "
netlify deploy -d site/ $args | tee build.log
Expand Down

0 comments on commit 98793a9

Please sign in to comment.