File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
python -m pip install --upgrade pip
36
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
- git config user.name 'github-actions[bot]' && git config user.email '[email protected] '
37
+ git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com '
38
38
- name : Clean Build
39
39
run : |
40
40
mkdocs build --clean
63
63
run : |
64
64
python -m pip install --upgrade pip
65
65
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
66
- git config user.name 'github-actions[bot]' && git config user.email '[email protected] '
66
+ git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com '
67
67
- name : Deploy
68
68
run : |
69
69
mkdocs gh-deploy --force
You can’t perform that action at this time.
0 commit comments