diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-27 11:27:47 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-27 11:27:47 -0700 |
| commit | 85e75eb1c25a3132b77dac75c4772ec37d9a3cae (patch) | |
| tree | fe0f26d735d00551583cb0a782f9083cb16b2759 /.github | |
| parent | 8e57f47e40f7b0e00c80289293e37c5610e8d2b7 (diff) | |
| download | nng-85e75eb1c25a3132b77dac75c4772ec37d9a3cae.tar.gz nng-85e75eb1c25a3132b77dac75c4772ec37d9a3cae.tar.bz2 nng-85e75eb1c25a3132b77dac75c4772ec37d9a3cae.zip | |
fix mdbook (try 1)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/mdbook.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
