Skip to content

Commit 455b134

Browse files
authored
Merge pull request #1226 from yambottle/fix-contribution.md
fix: 🔥 remove redundant contribution.md | check docs developer guide
2 parents 4e5833d + 46766e5 commit 455b134

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CONTRIBUTION.md

Whitespace-only changes.

docs/docker-compose.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ services:
2323
if echo "$${MODE}" | grep -i live &>/dev/null; then
2424
mkdocs serve --config-file /main/docs/mkdocs.yaml -a 0.0.0.0:8000
2525
elif echo "$${MODE}" | grep -iE "qa|build" &>/dev/null; then
26+
git config --global --add safe.directory /main
27+
git config --global user.name "GitHub Action"
28+
git config --global user.email "[email protected]"
29+
git config --global pull.rebase false
2630
git branch -D gh-pages || true
2731
git fetch $${UPSTREAM_REPO} gh-pages:gh-pages || true
2832
mike deploy --ignore-remote-status --config-file /main/docs/mkdocs.yaml -u $$(grep -oP '\d+\.\d+' /main/$${PACKAGE}/version.py) latest

0 commit comments

Comments
 (0)