mirror of
https://github.com/AtHeartEngineer/docs-mdbook.git
synced 2026-01-09 00:58:13 -05:00
Merge pull request #14 from tlsnotary/fix_deploy
GitHub action: Corrected html publish dir
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/manual-deploy.yml
vendored
2
.github/workflows/manual-deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user