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 1ab4d9e + 8c86688 commit ebd1802Copy full SHA for ebd1802
.github/workflows/build_documentation.yaml
@@ -111,7 +111,7 @@ jobs:
111
112
- name: Deploy to github pages
113
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
+ uses: peaceiris/actions-gh-pages@v3.9.0
115
with:
116
github_token: ${{ secrets.GITHUB_TOKEN }}
117
publish_dir: ${{ github.workspace }}/code_docs/ModularSensorsDoxygen/m.css
0 commit comments