File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,14 @@ jobs:
52
52
rsync -rlptD --delete-after work/syntax/ target/syntax
53
53
rsync -rlptD --delete-after work/README-dist.md target/README.md
54
54
- name : Commit updated master branch
55
- uses : EndBug/add-and-commit@v7
55
+ uses : EndBug/add-and-commit@v9
56
56
with :
57
57
cwd : ' ./target'
58
58
default_author : github_actions
59
59
message : |-
60
60
Generated by GitHub workflow ${{ github.run_id }}
61
61
62
62
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
63
- branch : master
64
- pull : ' NO-PULL'
65
63
66
64
deploy :
67
65
runs-on : ubuntu-latest
@@ -110,13 +108,11 @@ jobs:
110
108
# install
111
109
cp work/target/html/doc/*.html target
112
110
- name : Commit updated master branch
113
- uses : EndBug/add-and-commit@v7
111
+ uses : EndBug/add-and-commit@v9
114
112
with :
115
113
cwd : ' ./target'
116
114
default_author : github_actions
117
115
message : |-
118
116
Generated by GitHub workflow ${{ github.run_id }}
119
117
120
118
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
121
- branch : gh-pages
122
- pull : ' NO-PULL'
You can’t perform that action at this time.
0 commit comments