Skip to content

Commit

Permalink
Merge pull request #19 from NJUPT-SAST/fix-action
Browse files Browse the repository at this point in the history
fix: Post run action checkout failed
  • Loading branch information
Xunop committed Dec 27, 2023
2 parents 7cdbc65 + 360cb46 commit c7ebba1
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 c7ebba1

Please sign in to comment.