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" node-version: "14.2.x"
- run: npm install - run: npm install
- run: npm run build
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3 uses: crazy-max/ghaction-github-pages@v1
with: with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} target_branch: gh-pages
BRANCH: gh-pages build_dir: dist
FOLDER: dist env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}