0
0
Fork 0

feat: mastodon webfinger

This commit is contained in:
Dr. Jan Philip Bernius 2024-01-19 22:40:54 +01:00
parent 9013f3681c
commit 656cdf0742
SSH key fingerprint: SHA256:f2qOuPGT+3tHdbcGA2sx/HbsTYZNDy7Dli4qohJ5ZT8
2 changed files with 7 additions and 1 deletions

View file

@ -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:

1
.gitignore vendored
View file

@ -1 +1,2 @@
README.1.html
out/