Skip to content

Commit

Permalink
feat: edit
Browse files Browse the repository at this point in the history
  • Loading branch information
HoratioShaw committed Nov 26, 2024
1 parent f92b285 commit b9fd93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
ssh-private-key: ${{ secrets.WXIES114514 }}

- name: Push to server
run: rsync -avz --delete -e "ssh -o StrictHostKeyChecking=no" docs/dist/* root@autopull.wxies.cn:/www/wwwroot/doc.wxies.cn/
run: rsync -avz --delete -e "ssh -o StrictHostKeyChecking=no" docs/dist/* ${{ secrets.AUTO_PULL_USER }}@${{ secrets.AUTO_PULL_ADDR }}:/www/wwwroot/doc.wxies.cn/

0 comments on commit b9fd93d

Please sign in to comment.