From af9474edf990b3cc83e28b48462c340835748faf Mon Sep 17 00:00:00 2001 From: Ch1n3du Date: Mon, 26 Sep 2022 14:39:48 +0100 Subject: [PATCH] chore: Fixed some ci issues --- .github/workflows/deploy_book.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_book.yml b/.github/workflows/deploy_book.yml index c8251c75..2e991bc5 100644 --- a/.github/workflows/deploy_book.yml +++ b/.github/workflows/deploy_book.yml @@ -4,7 +4,10 @@ on: push: branches: - main + - book pull_request: + branches: + - main jobs: deploy: @@ -26,4 +29,4 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./src/book \ No newline at end of file + publish_dir: ./book \ No newline at end of file