Skip to content

Commit

Permalink
fix: Post run action checkout failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunop committed Dec 27, 2023
1 parent 7cdbc65 commit 360cb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 360cb46

Please sign in to comment.