Skip to content

Commit

Permalink
tmp9
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-Yan-Hao committed Jan 16, 2024
1 parent 1014874 commit 81fa19c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
npm install
npm run build
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
ls -alh
git config --global --add safe.directory /home/runner/work/FreeBSD-Online-Document-Editor/FreeBSD-Online-Document-Editor
cd /home/runner/work/FreeBSD-Online-Document-Editor/FreeBSD-Online-Document-Editor
ls -alh
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin build:build
git checkout -B build origin/build
find . -maxdepth 1 -mindepth 1 ! -name 'build' ! -name '.git' -exec rm -rf {} \;
Expand Down

0 comments on commit 81fa19c

Please sign in to comment.