We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b03a525 + 1735671 commit 1d5f261Copy full SHA for 1d5f261
.github/workflows/generate.yml
@@ -40,13 +40,11 @@ jobs:
40
# install
41
cp work/target/html/doc/*.html target
42
- name: Commit updated master branch
43
- uses: EndBug/add-and-commit@v7
+ uses: EndBug/add-and-commit@v9
44
with:
45
cwd: './target'
46
default_author: github_actions
47
message: |-
48
Generated by GitHub workflow ${{ github.run_id }}
49
50
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
51
- branch: gh-pages
52
- pull: 'NO-PULL'
0 commit comments