Skip to content

Commit

Permalink
feat: 灵感
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent e4437a1 commit ffa1fba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set timezone to Shanghai
run: |
sudo timedatectl set-timezone Asia/Shanghai
- name: Check out the repository
uses: actions/checkout@v3

Expand All @@ -29,7 +32,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.SSH_PORT }}
source: "./.vitepress/dist/"
source: './.vitepress/dist/'
target: /var/www/html/z-doc
debug: true

Expand Down

0 comments on commit ffa1fba

Please sign in to comment.