feat: mastodon webfinger
This commit is contained in:
parent
9013f3681c
commit
656cdf0742
5
.github/workflows/man.yaml
vendored
5
.github/workflows/man.yaml
vendored
|
@ -37,6 +37,11 @@ jobs:
|
|||
mkdir -p out
|
||||
mv README.1.html out/index.html
|
||||
|
||||
- name: Mastodon Webfinger
|
||||
run: |
|
||||
mkdir -p out/.well-known
|
||||
curl -o out/.well-known/webfinger "https://hachyderm.io/.well-known/webfinger?resource=acct:jpbernius@hachyderm.io"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
README.1.html
|
||||
README.1.html
|
||||
out/
|
Loading…
Reference in a new issue