Skip to content

Commit 99e663d

Browse files
committed
Allow docs to deploy from this branch to see if it works
1 parent 1062501 commit 99e663d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# https://github.com/JamesIves/github-pages-deploy-action/tree/dev#using-an-ssh-deploy-key-
2525
- name: Deploy
2626
uses: JamesIves/github-pages-deploy-action@v4
27-
if: ${{ github.ref == 'refs/heads/main' }}
27+
if: ${{ github.ref == 'refs/heads/docs' }}
2828
with:
2929
folder: docs/_build/html
3030
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)