We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1062501 commit 99e663dCopy full SHA for 99e663d
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
# https://github.com/JamesIves/github-pages-deploy-action/tree/dev#using-an-ssh-deploy-key-
25
- name: Deploy
26
uses: JamesIves/github-pages-deploy-action@v4
27
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/docs' }}
28
with:
29
folder: docs/_build/html
30
ssh-key: ${{ secrets.DEPLOY_KEY }}
0 commit comments