Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
run: npm run docs

- name: Deploy docs
<<<<<<< HEAD
uses: JamesIves/github-pages-deploy-action@v4.7.4
=======
uses: JamesIves/github-pages-deploy-action@v4.7.3
>>>>>>> 8c293c32 (Fix Knative Service YAML parsing by checking API groups)
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
Loading
Loading