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 5907f9a commit 8f148c0Copy full SHA for 8f148c0
.github/workflows/build_and_test.yml
@@ -85,12 +85,6 @@ jobs:
85
- name: Checkout Kong source code
86
uses: actions/checkout@v2
87
88
- - name: Checkout docs.konghq.com
89
- uses: actions/checkout@v2
90
- with:
91
- repository: Kong/docs.konghq.com
92
- path: docs.konghq.com
93
-
94
- name: Lookup build cache
95
uses: actions/cache@v1
96
id: cache-deps
@@ -105,7 +99,6 @@ jobs:
105
99
run: |
106
100
eval `luarocks path`
107
101
scripts/autodoc
108
- rm -rf docs.konghq.com
109
102
110
103
- name: Lint Lua code
111
104
0 commit comments