0
0
Fork 0

Compare commits

...

2 commits

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 -i '' "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
@ -48,7 +51,7 @@ jobs:
strategy: strategy:
matrix: matrix:
environment: ["gitlab.com", "code.bernius.net"] environment: ["gitlab.com", "code.bernius.net", "codeberg.org"]
environment: ${{ matrix.environment }} environment: ${{ matrix.environment }}