Compare commits
No commits in common. "85913121f90f8ef14ea6a59d31c1f056b595b8b4" and "648dc03bafbd674864aef12af19f37d0c96fcb68" have entirely different histories.
85913121f9
...
648dc03baf
5
.github/workflows/man.yaml
vendored
5
.github/workflows/man.yaml
vendored
|
|
@ -30,9 +30,6 @@ 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
|
||||
|
|
@ -51,7 +48,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
environment: ["gitlab.com", "code.bernius.net", "codeberg.org"]
|
||||
environment: ["gitlab.com", "code.bernius.net"]
|
||||
|
||||
environment: ${{ matrix.environment }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue