mirror of
https://github.com/yshui/picom.git
synced 2025-02-10 15:45:57 -05:00
misc: add .well-known
For now it stores my funding manifest URL. If you want to add one too, open a PR. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
cf9da5afa5
commit
81de8762c5
2 changed files with 3 additions and 0 deletions
2
.github/workflows/page.yml
vendored
2
.github/workflows/page.yml
vendored
|
@ -32,6 +32,8 @@ jobs:
|
|||
asciidoctor -a doctype=article -a stylesheet=../assets/next.css -b html man/picom-trans.1.adoc -D _site
|
||||
cp -r assets _site/
|
||||
cp _site/picom.1.html _site/index.html
|
||||
- name: Copy .well-known
|
||||
run: cp -r .well-known _site
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
|
1
.well-known/funding-manifest-urls
Normal file
1
.well-known/funding-manifest-urls
Normal file
|
@ -0,0 +1 @@
|
|||
https://yshui.github.io/funding.json
|
Loading…
Add table
Reference in a new issue