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 09ce600 commit 3e73f5fCopy full SHA for 3e73f5f
.github/workflows/kafka_api_gen_doc.yml
@@ -53,6 +53,7 @@ jobs:
53
54
kafka-api-deploy-doc:
55
needs: [kafka-api-build-doc]
56
+ if: github.event_name == 'push'
57
runs-on: ubuntu-latest
58
steps:
59
- name: Checkout
@@ -65,11 +66,10 @@ jobs:
65
66
with:
67
name: document
68
- #- name: Deploy to Pages
69
- # uses: JamesIves/github-pages-deploy-action@4.0.0
70
- # with:
71
- # #ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
72
- # branch: gh-pages
73
- # folder: "document"
74
- # clean: true
+ - name: Deploy to Pages
+ uses: JamesIves/github-pages-deploy-action@4.0.0
+ with:
+ branch: gh-pages
+ folder: document
+ clean: true
75
0 commit comments