Browse Source

Use gh-pages as branch to deploy

pull/150/head
Giovanni Giordano 6 years ago
parent
commit
9e8bb264b3
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -19,5 +19,5 @@ jobs: @@ -19,5 +19,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GH_DEPLOY }}
BRANCH: master
BRANCH: gh-pages
FOLDER: build
Loading…
Cancel
Save