Skip to content

Commit 7a88c4b

Browse files
Bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a35abc0 commit 7a88c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Fixup docs
2121
run: find devel-docs/html/ -type f -name '*.html' -print0 | xargs -r -0 sed -i 's@/libenca/@/doc/@'
2222
- name: Deploy
23-
uses: peaceiris/actions-gh-pages@v4.0.0
23+
uses: peaceiris/actions-gh-pages@v4.1.0
2424
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)