mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add master as deploy branch
This commit is contained in:
parent
9c101f4bd2
commit
dc08a57d00
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
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_DEPLOY }}
|
||||||
BRANCH: gh-pages
|
BRANCH: master
|
||||||
FOLDER: build
|
FOLDER: build
|
Loading…
Add table
Add a link
Reference in a new issue