We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9da5a commit 81de876Copy full SHA for 81de876
.github/workflows/page.yml
@@ -32,6 +32,8 @@ jobs:
32
asciidoctor -a doctype=article -a stylesheet=../assets/next.css -b html man/picom-trans.1.adoc -D _site
33
cp -r assets _site/
34
cp _site/picom.1.html _site/index.html
35
+ - name: Copy .well-known
36
+ run: cp -r .well-known _site
37
38
- name: Upload
39
uses: actions/upload-pages-artifact@v3
.well-known/funding-manifest-urls
@@ -0,0 +1 @@
1
+https://yshui.github.io/funding.json
0 commit comments