commit 7cf41a1bb9b3f0a2eac82c296a764688f5d8b35c from: Alexander Turenko via: Alexander Turenko date: Sat Sep 28 01:05:59 2024 UTC 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 https://github.com/JamesIves/github-pages-deploy-action/issues/1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC commit - 3e09e9f293925195ddebb13a4fcfd64762e52b89 commit + 7cf41a1bb9b3f0a2eac82c296a764688f5d8b35c blob - 0e803cdbf83563623b3ff03e7c144ca15ff5b3dd blob + 1932141611c89298cc12cb0e9187ae46fc586139 --- .github/workflows/publish-module-api-doc.yaml +++ .github/workflows/publish-module-api-doc.yaml @@ -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'