nodecloud
nodecloud copied to clipboard
The Hosting docs GitHub workflow is failing
Expected Behavior
- The hosting docs GitHub workflow should push the documentation to
gh-pages.
Actual Behavior
- The relevant workflow is failing
Possible Solution
Seems like the github secret is missing in the repo GITHUB_TOKEN: ${{ secrets.JSDoc_TOKEN }}. .JSDoc_TOKEN needs to be created in the project repository.
I don't have permission to create a Github token in the repository @rajikaimal. Seems like that's the reason to fail the Github workflow.