mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-11 03:17:28 -04:00
update github workflow for docusaurus
This commit is contained in:
@@ -26,7 +26,8 @@ def generate_docs(cli):
|
||||
if DOXYGEN_PATH.exists():
|
||||
shutil.rmtree(DOXYGEN_PATH)
|
||||
|
||||
shutil.copytree(DOCS_PATH, BUILD_DOCS_PATH)
|
||||
# ignore node_modules when we're testing locally
|
||||
shutil.copytree(DOCS_PATH, BUILD_DOCS_PATH, ignore=shutil.ignore_patterns("node_modules"))
|
||||
|
||||
# When not verbose we want to hide all output
|
||||
args = {
|
||||
|
||||
Reference in New Issue
Block a user