Skip to content

Commit 7cf41a1

Browse files
committed
ci: fix module API publish job (again)
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC
1 parent 3e09e9f commit 7cf41a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-module-api-doc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
doxygen Doxyfile.API
6767
6868
- name: Publish generated API documentation to GitHub Pages
69-
uses: JamesIves/[email protected].6
69+
uses: JamesIves/[email protected].4
7070
with:
7171
folder: doc/
7272
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)