From 85e75eb1c25a3132b77dac75c4772ec37d9a3cae Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Oct 2024 11:27:47 -0700 Subject: fix mdbook (try 1) --- .github/workflows/mdbook.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 61253123..6670b7b5 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -3,8 +3,8 @@ name: mdbook publish on: push: branches: - - main: - pull_request: + - main + pull_request: jobs: deploy: @@ -18,7 +18,7 @@ jobs: uses: peaceiris/actions-mdbook@v2 with: # mdbook-version: '0.4.10' - mdbook-version: 'latest' + mdbook-version: "latest" - run: mdbook build @@ -28,4 +28,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book - destination_dir: ./ref + destination_dir: ./ref -- cgit v1.2.3-70-g09d2