mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge pull request #149 from excalidraw/issue-68
Add master as deploy branch
This commit is contained in:
commit
ee851a0c89
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue