Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PY44N authored Mar 31, 2023
1 parent 863e9b7 commit 695d6e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
cd ../temp
git fetch
git checkout $TARGET_BRANCH # checkout to your branch
mkdir ../new
mv ../SwoLib/$SRC_FOLDER_PATH ../new
mv .git/ ../new
cd ../new
mv ../SwoLib/$SRC_FOLDER_PATH ./src
git fetch
git add -A
git diff-index --quiet HEAD || git commit -am "docs" # commit to the repository (ignore if no modification)
Expand Down

0 comments on commit 695d6e8

Please sign in to comment.