0
0
Fork 0

feat: mastodon verified link

This commit is contained in:
Dr. Jan Philip Bernius 2024-01-19 22:18:39 +01:00
parent e30d561a08
commit b58604a8bd
SSH key fingerprint: SHA256:f2qOuPGT+3tHdbcGA2sx/HbsTYZNDy7Dli4qohJ5ZT8

View file

@ -30,6 +30,9 @@ jobs:
- name: ronn --html - name: ronn --html
run: bundle exec ronn --html --style=toc --organization="Jan Philip Bernius" README.md run: bundle exec ronn --html --style=toc --organization="Jan Philip Bernius" README.md
- name: Mastodon Verification
run: sed "s|<a href=\"https://hachyderm.io/@jpbernius\">|<a rel=\"me\" href=\"https://hachyderm.io/@jpbernius\">|g" ./README.1.html
- run: | - run: |
mkdir -p out mkdir -p out
mv README.1.html out/index.html mv README.1.html out/index.html