Merge pull request #5686 from select2/npm-deployment
Fix NPM deployment
This commit is contained in:
commit
0d37eed52b
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
@ -7,6 +7,9 @@ jobs:
|
|||||||
name: Deploy Grav
|
name: Deploy Grav
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: maddox/actions/sleep@master
|
||||||
|
with:
|
||||||
|
args: "60"
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Copy to documentation server
|
- name: Copy to documentation server
|
||||||
uses: maxheld83/rsync@v0.1.0
|
uses: maxheld83/rsync@v0.1.0
|
||||||
|
3
.github/workflows/package-deploy.yml
vendored
3
.github/workflows/package-deploy.yml
vendored
@ -46,8 +46,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 8
|
node-version: 8
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: '@select2'
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run linting, tests, minify
|
- name: Run linting, tests, minify
|
||||||
|
Loading…
Reference in New Issue
Block a user