Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed May 25, 2024
1 parent 8374562 commit 95bfe44
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
run: pnpm install

- name: Build
run: pnpm docs:deploy
run: |
git config --global user.email "[email protected]"
git config --global user.name "Action"
pnpm docs:deploy
- name: Deploy
uses: appleboy/[email protected]
Expand All @@ -52,6 +55,6 @@ jobs:
port: ${{ secrets.SERVER_PORT }}
allenvs: true
script: |
cd /data/wwwroot/www.goravel.dev/ && git pull
cd /data/wwwroot/docs.goravel.dev/ && git pull
cd /data/wwwroot/www.goravel.dev/ && git pull origin gh-pages
cd /data/wwwroot/docs.goravel.dev/ && git pull origin gh-pages

0 comments on commit 95bfe44

Please sign in to comment.