Skip to content

Commit 3c1745a

Browse files
authored
Merge pull request #230 from rust-lang/nikomatsakis-patch-3
update name of branch
2 parents d177665 + f89148e commit 3c1745a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: mdbook build
1515
- name: Deploy
1616
uses: peaceiris/actions-gh-pages@v3
17-
if: ${{ github.ref == 'refs/heads/main' }}
17+
if: ${{ github.ref == 'refs/heads/master' }}
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
publish_dir: ./book

0 commit comments

Comments
 (0)