diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-27 11:50:53 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-27 11:50:53 -0700 |
| commit | ffeb31c64ea72c4eb287f75b641ca2a707df90b0 (patch) | |
| tree | 734e4fe72b562831430e88f8509c0907f1176fc7 /.github/workflows | |
| parent | 578ccd56f6b8ea093e39045d212bf20ce037b5df (diff) | |
| download | nng-ffeb31c64ea72c4eb287f75b641ca2a707df90b0.tar.gz nng-ffeb31c64ea72c4eb287f75b641ca2a707df90b0.tar.bz2 nng-ffeb31c64ea72c4eb287f75b641ca2a707df90b0.zip | |
Fix publish dir
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/mdbook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index e0a50acb..c70b87df 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -31,5 +31,5 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./book + publish_dir: ./docs/book destination_dir: ./ref |
