Skip to content

Commit

Permalink
Merge pull request #5686 from select2/npm-deployment
Browse files Browse the repository at this point in the history
Fix NPM deployment
  • Loading branch information
kevin-brown committed Oct 31, 2019
2 parents 203e833 + 37773d4 commit 0d37eed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-deploy.yml
Expand Up @@ -7,6 +7,9 @@ jobs:
name: Deploy Grav
runs-on: ubuntu-latest
steps:
- uses: maddox/actions/sleep@master
with:
args: "60"
- uses: actions/checkout@v1
- name: Copy to documentation server
uses: maxheld83/rsync@v0.1.0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/package-deploy.yml
Expand Up @@ -46,8 +46,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 8
registry-url: https://npm.pkg.github.com/
scope: '@select2'
registry-url: 'https://registry.npmjs.org'
- name: npm install
run: npm install
- name: Run linting, tests, minify
Expand Down

0 comments on commit 0d37eed

Please sign in to comment.