We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944ae4e commit 7cd61caCopy full SHA for 7cd61ca
.github/workflows/build-and-deploy.yml
@@ -21,9 +21,9 @@ jobs:
21
source .venv/bin/activate
22
mkdocs build
23
24
- # Copy the built files to the server (only if this is on master branch)
+ # Copy the built files to the server (only if this is on main branch)
25
- name: Deploy Site
26
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
27
uses: easingthemes/[email protected]
28
with:
29
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments