diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ee1f1c..4fd96db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,6 @@ jobs: git clone https://github.com/NJUPT-SAST/sast-wiki.git cd sast-wiki git switch main - [[ -d docs ]] && rm -rf docs - mv $ORIGDIR docs + [[ -d docs ]] && rm -rf docs && mkdir docs + cp -r $ORIGDIR/* docs mkdocs build