Update blank.yml
This commit is contained in:
9
.github/workflows/blank.yml
vendored
9
.github/workflows/blank.yml
vendored
@@ -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 }}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user