Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正构建错误
  • Loading branch information
wojiushixiaobai authored Apr 11, 2024
2 parents aad5ae5 + ee2b8bf commit 2ad9101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Sync to Gitea Repository
run: |
ssh -o StrictHostKeyChecking=no [email protected] || echo ""
rm -rf .git
rm -rf .git || echo ""
git clone --depth=1 [email protected]:${{ github.repository }}.git web-static
mv opt/* web-static/
git add .
Expand Down

0 comments on commit 2ad9101

Please sign in to comment.