Skip to content

Commit 7cd61ca

Browse files
Fix branch name
1 parent 944ae4e commit 7cd61ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
source .venv/bin/activate
2222
mkdocs build
2323
24-
# Copy the built files to the server (only if this is on master branch)
24+
# Copy the built files to the server (only if this is on main branch)
2525
- name: Deploy Site
26-
if: github.ref == 'refs/heads/master'
26+
if: github.ref == 'refs/heads/main'
2727
uses: easingthemes/[email protected]
2828
with:
2929
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)