File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8-
98 set-version :
109 runs-on : ubuntu-24.04
1110 steps :
6362 uses : ./.github/actions/setup-python-env
6463
6564 - name : Deploy documentation
66- run : uv run mkdocs gh-deploy --force
65+ env :
66+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67+ GIT_AUTHOR_NAME : acp-bot
68+ GIT_AUTHOR_EMAIL : noreply@github.com
69+ GIT_COMMITTER_NAME : acp-bot
70+ GIT_COMMITTER_EMAIL : noreply@github.com
71+ run : |
72+ git config user.name "$GIT_AUTHOR_NAME"
73+ git config user.email "$GIT_AUTHOR_EMAIL"
74+ uv run mkdocs gh-deploy --force --remote-branch gh-pages --remote-name origin
Original file line number Diff line number Diff line change @@ -209,3 +209,9 @@ cython_debug/
209209marimo /_static /
210210marimo /_lsp /
211211__marimo__ /
212+
213+ # .zed
214+ .zed /
215+
216+ # others
217+ reference /
You can’t perform that action at this time.
0 commit comments