Skip to content

Commit

Permalink
Make this script easier to test
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 86ec46f commit 9cd2ebd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
HTML2MD=html2md_1.5.0_linux_amd64
wget https://github.com/suntong/html2md/releases/download/v1.5.0/${HTML2MD}.tar.gz
tar xvf ${HTML2MD}.tar.gz
HTML2MD_BIN="./${HTML2MD}/html2md"
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:]]*_# _'
&& ${HTML2MD_BIN} -i kubecon.html |sed '1,6d'|head -n -13 \
| sed 's_# \[Copy heading link\](\\#h\.[a-z0-9]*)[[:space:]]*_# _' \
| sed 's_/view/flux-kubecon-paris-2024/home_/kubecon' \
> KUBECON.md \
&& rm kubecon.html && rm -rf ${HTML2MD}*
- name: Create Pull Request
Expand Down
8 changes: 4 additions & 4 deletions KUBECON.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[![](https://lh3.googleusercontent.com/qa-lD-KJVcnyVtZJb_8yZJR95W2f1sZ_jGE5tMWfaa9BDQN1waODXK8y84oJ_2zKqxxVp6zOIBQ04uZhZR41S_A=w16383)Flux and Flagger @ KubeCon Paris 2024](/view/flux-kubecon-paris-2024/home)
[![](https://lh3.googleusercontent.com/YyFFZKmhaF_tupq893gXB9QlI0sTIB_kKIWRQRKYkM4DM57NiWsA8-a3fdAsNfVSENMpmB8woL7ZoMxvz60QJ9E=w16383)Flux and Flagger @ KubeCon Paris 2024](/kubecon)

# KubeCon activities!

![](https://lh4.googleusercontent.com/gcjO7drsMv-jvpuNk-bCIn5IrUaftVzulozAZSYkrTc9Zsra5bRB70E9BIEZRFR0TNQV3Bs5PIabKuKJryovJlTkO1QyP2IS8QmE9WIqeXNaWGlIqtZwog6Q4sv3fi1I0w=w1280)
![](https://lh4.googleusercontent.com/Zs2nLOcdZduejxNPG1ggl7LC7LGW4e9ICzWj6PVeOvb3U4BA4VxylXIJbNIDUGB9K8lKVQrRhtJ8K7zc69cvVqggfFYepEqpA1c6-QQwZKfzzW6UT3P42uB9M6XpLk7eyA=w1280)

# KubeCon Paris 2024

March 19-22, 2024

![](https://lh5.googleusercontent.com/bRKybwRfcG-Kqv_U-gfuKpYQ2eMLmo5T1qEOQ0M-IoYM1ipM7UaGMpKA1ttsre82DLLA5BjMsZOmWCFpJ_pkbEGWEvAITfWYOiEcIH626mFlO3VsaAl41OTmDXFoe-FmDg=w1280)
![](https://lh5.googleusercontent.com/QSY9peqmDRMHJ48d6C39-WFTsXZmWchXFWGo-sLsPqQjWiYlwgifgBTnpYmmQKmQxAmHcgvCSNvYX4Hy8OY21OHqd7S-05iWaULoskrqSdmspuH4lj31FFOBmIcwQH02kw=w1280)

# Flux news!

[Flux General Availability announced in December 2024!](https://fluxcd.io/blog/2023/12/flux-v2.2.0/)

[Second Security audit: No CVEs!](https://fluxcd.io/blog/2023/11/flux-security-audit/)

![](https://lh3.googleusercontent.com/YgyKeF09oR1jaADtFrXz9rRrxdZZKILygyJXTT0B2Pvg2sVMFriR69rsaHqymk4aoJmIaqT2EeZfqt9OwFpI1QE2cAdzMavjoN9R34ljf4tVjjOxYiTU-b6ZuPl8Afying=w1280)
![](https://lh6.googleusercontent.com/kN2ZY5XrU7NJ6OLB6NIZn7m6eXLvhLKieXpvQ4jYhSoffmNMb4civCKYSQGhZ6MNewO2L0RJxhiiGFkmzIsUgzFYEQ4uao2zxwJV07qZ6XQ15m06KkRFdyp09sN1-dbuMg=w1280)

# Flux Booth fun!

Expand Down

0 comments on commit 9cd2ebd

Please sign in to comment.