Skip to content

Commit 1c46111

Browse files
committed
try to fix ghpages deployment
1 parent c59e646 commit 1c46111

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/publish_ghpages.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish github pages
22
on:
33
push:
4-
tags:
5-
- v*
4+
branches:
5+
- main
66
jobs:
77
build-and-deploy:
88
runs-on: ubuntu-latest
@@ -21,8 +21,6 @@ jobs:
2121
run: make docs
2222
-
2323
name: Deploy
24-
uses: JamesIves/github-pages-deploy-action@releases/v3
24+
uses: JamesIves/github-pages-deploy-action@v4
2525
with:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
BRANCH: gh-pages
28-
FOLDER: .
26+
folder: .

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A command-line interface for interaction with Apache Kafka
77

8-
image:https://github.com/deviceinsight/kafkactl/workflows/Lint%20%2F%20Test%20%2F%20IT/badge.svg?branch=main[Build Status,link=https://github.com/deviceinsight/kafkactl/actions]
8+
image:https://github.com/deviceinsight/kafkactl/actions/workflows/lint_test.yml/badge.svg[Build Status,link=https://github.com/deviceinsight/kafkactl/actions]
99
| image:https://img.shields.io/badge/command-docs-blue.svg[command docs,link=https://deviceinsight.github.io/kafkactl/]
1010

1111
== Features

0 commit comments

Comments
 (0)