Skip to content

Commit ca9fa78

Browse files
committed
main
1 parent 23b4af9 commit ca9fa78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
if [ -f CNAME ]; then
2020
cp CNAME dist/CNAME
2121
fi
22+
if [ -d .well-known ]; then
23+
mkdir -p dist/.well-known
24+
cp -R .well-known/. dist/.well-known/
25+
fi
2226
- name: 發布分支 Web-Page
2327
uses: JamesIves/github-pages-deploy-action@v4
2428
with:

0 commit comments

Comments
 (0)