mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
chore(readthedocs): make sure .well-known files are copied after build
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
16f8e7f730
commit
a2cb96885a
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
#nodejs: 18
|
#nodejs: 18
|
||||||
|
jobs:
|
||||||
|
post_build:
|
||||||
|
- cp -rv markdown/.well-known $READTHEDOCS_OUTPUT/_html/.well-known
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
||||||
|
|
Loading…
Reference in a new issue