Update blank.yml

This commit is contained in:
Anatoly
2021-08-07 17:36:20 +03:00
committed by GitHub
parent c2e411c6d0
commit f124154dae

View File

@@ -21,11 +21,13 @@ jobs:
node-version: "14.2.x"
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: crazy-max/ghaction-github-pages@v1
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
target_branch: gh-pages
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}