Skip to content

Commit

Permalink
Merge pull request #16 from NJUPT-SAST/add-prebuild
Browse files Browse the repository at this point in the history
fix: Make sure the wiki content is moved to the docs folder
  • Loading branch information
Xunop committed Dec 26, 2023
2 parents 704bdf6 + ff012fd commit 517dae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
git clone https://github.com/NJUPT-SAST/sast-wiki.git
cd sast-wiki
git switch main
cp -r $ORIGDIR docs/
[[ -d docs ]] && rm -rf docs
mv $ORIGDIR docs
mkdocs build

0 comments on commit 517dae1

Please sign in to comment.