Skip to content

Commit

Permalink
ci: fix module API publish job (again)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Totktonada committed Sep 28, 2024
1 parent 3e09e9f commit 7cf41a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-module-api-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
doxygen Doxyfile.API
- name: Publish generated API documentation to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.6.6
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: doc/
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 7cf41a1

Please sign in to comment.