fix(ci): replace actions/checkout with git clone in docs workflow #109
Reference in New Issue
Block a user
Delete Branch "fix/docs-workflow-no-node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docs runner is a bare host without Node.js, so actions/checkout@v4
fails with 'Cannot find: node in PATH'. Replace with a plain git
fetch/checkout that works without Node.
Issues
Before and After Images
Pull request closed