diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6851af2..45dbf23 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -53,5 +53,5 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./book/ + publish_dir: ./book/html/ cname: docs.tlsnotary.org