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 85913121f9
SSH key fingerprint: SHA256:f2qOuPGT+3tHdbcGA2sx/HbsTYZNDy7Dli4qohJ5ZT8

View file

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