Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust build-docs/action to make /docs dir if it doesn't exist (#42)
## Problem Since `/docs` doesn't exist, the GH action `build-docs/action` cannot run. ## Solution Change file to check if `/docs` exists first; if it doesn't, create it; if it does, move on. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [x] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan CI passes.
- Loading branch information