mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-08 01:58:55 +08:00
Update gh-pages.yml
This commit is contained in:
parent
0ee0776bbb
commit
14a96ba43a
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Publish github pages
|
- name: Publish github pages
|
||||||
run: |
|
run: |
|
||||||
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/linpeilie/mapstruct-plus.git
|
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
|
||||||
npx gh-pages -d build -u "github-actions-bot <support+actions@github.com>"
|
npm run deploy -u "github-actions-bot <support+actions@github.com>"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user