Skip to content

Commit 96aab98

Browse files
committed
ci: push gh-pages from mike
1 parent 0db165d commit 96aab98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- name: Sync
1818
run: uv sync
1919
- name: Deploy
20-
run: mike deploy ${{ github.ref_name }} latest
20+
run: mike deploy ${{ github.ref_name }} latest --push
21+
env:
22+
GIT_COMMITTER_NAME: ci-bot
23+
GIT_COMMITTER_EMAIL: [email protected]
2124
- name: Checkout gh-pages
2225
run: git checkout gh-pages
2326
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)