mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update ci
This commit is contained in:
parent
9749bb1fb1
commit
003cfd9073
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -231,7 +231,7 @@ jobs:
|
|||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: 'https://npm.pkg.github.com'
|
registry-url: 'https://npm.pkg.github.com'
|
||||||
- name: NPM Publish (github)
|
- name: NPM Publish (github)
|
||||||
run: cd package && npm publish
|
run: cd npm/package && npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
@ -239,7 +239,7 @@ jobs:
|
|||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
# - name: NPM Publish
|
# - name: NPM Publish
|
||||||
# run: cd package && npm publish public
|
# run: cd npm/package && npm publish public
|
||||||
# env:
|
# env:
|
||||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
docs:
|
docs:
|
||||||
|
Loading…
Reference in New Issue
Block a user