From ffa1fba54ed7fadd1cdc71014bdd812e38b3fd1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Aug 2024 17:03:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=81=B5=E6=84=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 983c38fb..1ebe6a5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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