diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-27 13:10:58 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-27 13:10:58 -0700 |
| commit | 4294cd91605972a01f27b1b94426a670ffe5e346 (patch) | |
| tree | 2c731eae936af1d80ea2ce07861c10a89e551945 /.github/workflows/mdbook.yml | |
| parent | c699588c5e68880b8fd890711a4f7cca2b49a0bc (diff) | |
| download | nng-4294cd91605972a01f27b1b94426a670ffe5e346.tar.gz nng-4294cd91605972a01f27b1b94426a670ffe5e346.tar.bz2 nng-4294cd91605972a01f27b1b94426a670ffe5e346.zip | |
Reenable jekyll
Diffstat (limited to '.github/workflows/mdbook.yml')
| -rw-r--r-- | .github/workflows/mdbook.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index c70b87df..92416248 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -1,4 +1,4 @@ -name: mdbook publish +name: mdbook on: push: @@ -33,3 +33,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/book destination_dir: ./ref + enable_jekyll: true |
