Browse Source

Fix deploy after linkcheck

pull/1/head
Ehsan M. Kermani 4 years ago
committed by GitHub
parent
commit
e0c176ca70
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/gh-pages.yml

2
.github/workflows/gh-pages.yml

@ -28,6 +28,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./book/book
publish_dir: ./book/book/html
cname: createlang.rs
allow_empty_commit: true

Loading…
Cancel
Save