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 317bd3a commit 60253beCopy full SHA for 60253be
.github/workflows/publish-docs.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 12
23
24
- name: Run npm commands
25
- if: github.repository == "ExpediaGroup/graphql-kotlin"
+ if: github.repository == 'ExpediaGroup/graphql-kotlin'
26
run: |
27
cd website
28
npm install
0 commit comments