Skip to content

Commit

Permalink
fix: rm test.sh and just test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunop committed Dec 26, 2023
1 parent 8c18243 commit 3cbd470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ jobs:
fetch-depth: 0

- name: Test
run: bash test.sh
run: |
ORIGDIR=$PWD
cd ..
git clone https://github.com/NJUPT-SAST/sast-wiki.git
cd sast-wiki
git switch main
cp -r $ORIGDIR docs/
mkdocs build
9 changes: 0 additions & 9 deletions test.sh

This file was deleted.

0 comments on commit 3cbd470

Please sign in to comment.