From 1a5560f6c66eb90e7146e10b30c7a4ab51662cef Mon Sep 17 00:00:00 2001 From: smallfu6 Date: Tue, 15 Oct 2024 20:41:33 +0800 Subject: [PATCH] fix: switch dir --- .github/workflows/deploy-to-gitbook.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-to-gitbook.yml b/.github/workflows/deploy-to-gitbook.yml index 222f000..22ab2e1 100644 --- a/.github/workflows/deploy-to-gitbook.yml +++ b/.github/workflows/deploy-to-gitbook.yml @@ -13,9 +13,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Switch dir - uses: cd ./translation - - name: Install GitBook CLI run: | npm install -g gitbook-cli