Skip to content

Commit a190fce

Browse files
Fix Knative Service YAML parsing by checking API groups
Co-authored-by: brendandburns <[email protected]>
1 parent 995845b commit a190fce

File tree

6 files changed

+315
-0
lines changed

6 files changed

+315
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
run: npm run docs
2424

2525
- name: Deploy docs
26+
<<<<<<< HEAD
2627
uses: JamesIves/[email protected]
28+
=======
29+
uses: JamesIves/[email protected]
30+
>>>>>>> 8c293c32 (Fix Knative Service YAML parsing by checking API groups)
2731
with:
2832
branch: gh-pages # The branch the action should deploy to.
2933
folder: docs # The folder the action should deploy.

0 commit comments

Comments
 (0)