瀏覽代碼

Merge pull request #5686 from select2/npm-deployment

Fix NPM deployment
Kevin Brown 5 年之前
父節點
當前提交
0d37eed52b
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 0
      .github/workflows/docs-deploy.yml
  2. 1 2
      .github/workflows/package-deploy.yml

+ 3 - 0
.github/workflows/docs-deploy.yml

@@ -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/[email protected]

+ 1 - 2
.github/workflows/package-deploy.yml

@@ -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