Update deploy script

This commit is contained in:
Misode
2020-09-12 00:41:32 +02:00
parent 8ad85fca34
commit 4173fbf496

View File

@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- develop
- master
jobs:
build-and-deploy:
@@ -21,5 +21,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master
BRANCH: gh-pages
FOLDER: dist