Merge pull request #149 from excalidraw/issue-68

Add master as deploy  branch
This commit is contained in:
Giovanni Giordano 2020-01-05 14:09:17 +01:00 committed by GitHub
commit ee851a0c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GH_DEPLOY }}
BRANCH: master
FOLDER: build