Skip to content

Commit

Permalink
Fix docs deployment for main branch
Browse files Browse the repository at this point in the history
One last remnant of the master->main rename.
  • Loading branch information
sampsyo committed Feb 9, 2022
1 parent f319ca8 commit c4e0e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: mdbook
run: mdbook build
- name: rsync
if: ${{github.event_name=='push' && github.ref=='refs/heads/master'}}
if: ${{github.event_name=='push' && github.ref=='refs/heads/main'}}
env:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
DEPLOY_PORT: ${{ secrets.DEPLOY_PORT }}
Expand Down

0 comments on commit c4e0e55

Please sign in to comment.