Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jay19240 committed Dec 18, 2024
1 parent 769801e commit 5eea09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
set -e
cd $GITHUB_WORKSPACE/${{github.repository}}.wiki
cp -r $GITHUB_WORKSPACE/${{github.repository}}/docs/markdowns/* .
cp -r $GITHUB_WORKSPACE/docs/markdowns/* .
git config --local user.email "[email protected]"
git config --local user.name "jay19240"
git add .
Expand Down

0 comments on commit 5eea09c

Please sign in to comment.