Skip to content

Commit c41b06d

Browse files
committed
draft: draft updates for deployment
1 parent 459e7f0 commit c41b06d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- name: Install Python dependencies
2727
run: |
2828
pip install -r requirements.txt
29-
- run: sphinx-build -b dirhtml -v . _build
29+
- run: |
30+
sphinx-build -b dirhtml -v . _build
31+
mkdir -p _build/.well-known/
32+
cp .well-known/atproto-did _build/.well-known/atproto-did
3033
- name: Deploy
3134
uses: peaceiris/actions-gh-pages@v3
3235
with:

0 commit comments

Comments
 (0)