Skip to content

Commit

Permalink
improve filter (remove Copy heading link)
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon P Barrett <[email protected]>
  • Loading branch information
kingdonb committed Feb 22, 2024
1 parent 839f9f9 commit 4ecbf0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
wget https://sites.google.com/view/flux-kubecon-paris-2024/home -O kubecon.html \
&& ./${HTML2MD}/html2md -i kubecon.html |sed '1,6d'|head -n -13 \
| sed 's_# \[Copy heading link\](\\#h\.[a-z0-9]*)[[:space:]]*_# _'
> KUBECON.md \
&& rm kubecon.html && rm -rf ${HTML2MD}*
- name: Create Pull Request
Expand Down

0 comments on commit 4ecbf0d

Please sign in to comment.