1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

Update main.yml

This commit is contained in:
lana-k
2020-10-12 13:20:05 +02:00
committed by GitHub
parent 2169b9ac76
commit 7448d03c86

View File

@@ -22,10 +22,10 @@ jobs:
npm install
npm run build
- name: Deploy to github pages 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: build # The branch the action should deploy to.
FOLDER: dist/ # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: build # The branch the action should deploy to.
FOLDER: dist/ # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch