Update build_test_deploy.yml

This commit is contained in:
Dhinak G
2021-03-11 14:09:24 -05:00
committed by GitHub
parent 928d7ed759
commit 608053b8e1

View File

@@ -27,7 +27,7 @@ jobs:
working-directory: 'docs'
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages