We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec37c6 commit 6fee5d7Copy full SHA for 6fee5d7
1 file changed
.github/workflows/deploy-preview.yml
@@ -3,8 +3,6 @@ name: Netlify Preview
3
on:
4
pull_request:
5
types: [opened, synchronize]
6
- paths-ignore:
7
- - '**.md'
8
9
jobs:
10
graphiql-preview:
@@ -27,7 +25,7 @@ jobs:
27
25
run: yarn build-docs
28
26
29
- name: Deploy Dev to Netlify
30
- uses: nwtgck/actions-netlify@v1.1
+ uses: nwtgck/actions-netlify@v1.2
31
with:
32
publish-dir: './packages/graphiql/'
33
production-branch: main
@@ -59,7 +57,7 @@ jobs:
59
57
run: yarn workspace example-monaco-graphql-webpack run build
60
58
61
- name: Deploy Monaco GraphQL Example to Netlify
62
63
64
publish-dir: './examples/monaco-graphql-webpack/bundle'
65
0 commit comments