Merge pull request #150 from excalidraw/issue-68

Issue 68
This commit is contained in:
Giovanni Giordano 2020-01-05 14:15:16 +01:00 committed by GitHub
commit 5b5a6e20ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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