Merge pull request #14 from tlsnotary/fix_deploy

GitHub action: Corrected html publish dir
This commit is contained in:
Hendrik Eeckhaut
2023-07-25 12:12:06 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -39,5 +39,5 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/html
publish_dir: ./book/
cname: docs.tlsnotary.org

View File

@@ -38,6 +38,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/html
publish_dir: ./book/
allow_empty_commit: true
cname: docs.tlsnotary.org