We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166d877 commit b574a88Copy full SHA for b574a88
.github/workflows/push_master.workflow.yml
@@ -148,7 +148,7 @@ jobs:
148
documentation-production:
149
name: Deployment Doc Prod
150
runs-on: ubuntu-18.04
151
- needs: [functional-tests, documentation-snippet-tests, documentation-dead-links]
+ needs: [functional-tests, documentation-snippet-tests]
152
steps:
153
- uses: actions/checkout@v2
154
- name: Cache node modules
@@ -177,7 +177,7 @@ jobs:
177
npm-deploy:
178
name: Publish Package to NPM.js
179
180
181
182
183
0 commit comments