Skip to content

Commit ebd1802

Browse files
authored
Merge pull request #422 from EnviroDIY/dependabot/github_actions/peaceiris/actions-gh-pages-3.9.0
ci: bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0
2 parents 1ab4d9e + 8c86688 commit ebd1802

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)