Update blank.yml

This commit is contained in:
Anatoly
2021-08-07 17:25:23 +03:00
committed by GitHub
parent 7c1533f549
commit 540c36b01b

View File

@@ -23,10 +23,9 @@ jobs:
- run: npm install - run: npm install
- name: Deploy - name: Deploy
uses: crazy-max/ghaction-github-pages@v1 uses: JamesIves/github-pages-deploy-action@releases/v3
with: with:
target_branch: gh-pages ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_dir: / BRANCH: gh-pages
env: FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}