Skip to content

Commit

Permalink
Merge pull request #230 from rust-lang/nikomatsakis-patch-3
Browse files Browse the repository at this point in the history
update name of branch
  • Loading branch information
nikomatsakis authored Oct 16, 2023
2 parents d177665 + f89148e commit 3c1745a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book

0 comments on commit 3c1745a

Please sign in to comment.