File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
submodules : recursive
19
19
- name : Set up Python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v5.2.0
21
21
with :
22
22
python-version : ' 3.8'
23
23
- name : Install mkdocs-material
Original file line number Diff line number Diff line change 66
66
uses : peaceiris/actions-gh-pages@v4
67
67
with :
68
68
github_token : ${{ github.token }}
69
+ user_name : ' github-actions[bot]'
70
+ user_email : ' github-actions[bot]@users.noreply.github.com'
69
71
publish_dir : public/${{ steps.get-pr-number.outputs.pr_number }}
70
72
destination_dir : ${{ steps.get-pr-number.outputs.pr_number }}
71
73
commit_message : ' Preview for the PR #${{ steps.get-pr-number.outputs.pr_number }} (commit ${{ github.event.workflow_run.head_sha }})'
Original file line number Diff line number Diff line change 13
13
- name : Checkout repository
14
14
uses : actions/checkout@v4
15
15
- name : Set up Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v5.2.0
17
17
with :
18
18
python-version : ' 3.8'
19
19
- name : Set up C++
You can’t perform that action at this time.
0 commit comments