Update deploy script

This commit is contained in:
Misode
2020-09-12 00:41:32 +02:00
parent 8ad85fca34
commit 4173fbf496
+2 -2
View File
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on: on:
push: push:
branches: branches:
- develop - master
jobs: jobs:
build-and-deploy: build-and-deploy:
@@ -21,5 +21,5 @@ jobs:
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.GITHUB_TOKEN }}
BRANCH: master BRANCH: gh-pages
FOLDER: dist FOLDER: dist