We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed868fa commit 5ccfa64Copy full SHA for 5ccfa64
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Fixup docs
21
run: find devel-docs/html/ -type f -name '*.html' -print0 | xargs -r -0 sed -i 's@/libenca/@/doc/@'
22
- name: Deploy
23
- uses: peaceiris/actions-gh-pages@v3.8.0
+ uses: peaceiris/actions-gh-pages@v3.9.0
24
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments