Skip to content

Commit 5268d0f

Browse files
dependabot[bot]nijel
authored andcommitted
Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.1 to 3.9.2. - [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@v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 313974c commit 5268d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
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@v3.9.1
23+
uses: peaceiris/actions-gh-pages@v3.9.2
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)