We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 442d9b6 + 59bf252 commit 14016dcCopy full SHA for 14016dc
1 file changed
.github/workflows/generate.yml
@@ -56,7 +56,7 @@ jobs:
56
rsync -rlptD --delete-after work/syntax/ target/syntax
57
rsync -rlptD --delete-after work/README-dist.md target/README.md
58
- name: Commit updated master branch
59
- uses: EndBug/add-and-commit@v9
+ uses: EndBug/add-and-commit@v10
60
with:
61
cwd: './target'
62
default_author: github_actions
@@ -119,7 +119,7 @@ jobs:
119
# install
120
cp work/target/html/doc/*.html target
121
122
123
124
125
0 commit comments