Closed
Description
Currently docs do not deploy if there are no source file changes. One can override it and force the deploy using CLI argument --force
const isForced = process.argv.some(equals('--force'))
But this is not working on CI. So let's add an environment variable that we can check to force the deploy. We then can use this variable temporarily to force deploy from Circle.
Metadata
Metadata
Assignees
Labels
No labels