Skip to content

Commit 8f148c0

Browse files
committed
chore(ci) remove docs.konghq.com checkout since it is not needed for
docs generation tests
1 parent 5907f9a commit 8f148c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ jobs:
8585
- name: Checkout Kong source code
8686
uses: actions/checkout@v2
8787

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-
9488
- name: Lookup build cache
9589
uses: actions/cache@v1
9690
id: cache-deps
@@ -105,7 +99,6 @@ jobs:
10599
run: |
106100
eval `luarocks path`
107101
scripts/autodoc
108-
rm -rf docs.konghq.com
109102
110103
- name: Lint Lua code
111104
run: |

0 commit comments

Comments
 (0)