Skip to content

Commit 8c86688

Browse files
ci: bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.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@v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ab4d9e commit 8c86688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Deploy to github pages
113113
if: "(github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')"
114-
uses: peaceiris/actions-gh-pages@v3.8.0
114+
uses: peaceiris/actions-gh-pages@v3.9.0
115115
with:
116116
github_token: ${{ secrets.GITHUB_TOKEN }}
117117
publish_dir: ${{ github.workspace }}/code_docs/ModularSensorsDoxygen/m.css

0 commit comments

Comments
 (0)