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

Update main.yml

This commit is contained in:
lana-k
2020-10-12 13:16:30 +02:00
committed by GitHub
parent 30086097cd
commit 2169b9ac76

View File

@@ -22,10 +22,10 @@ jobs:
npm install npm install
npm run build npm run build
- name: Deploy - name: Deploy to github pages 🚀
uses: s0/git-publish-subdir-action@develop uses: JamesIves/github-pages-deploy-action@3.6.2
env: with:
REPO: self
BRANCH: build
FOLDER: dist/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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