Skip to content

Commit 735d4ad

Browse files
themr0cpraveenkumar
authored andcommitted
docs: fixed publication
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
1 parent bc5def5 commit 735d4ad

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
if: github.ref == 'refs/heads/main'
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./docs/build
27+
publish_dir: ./docs/build/crc

.htmltest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# Configuration file for htmltest
33
# See: https://github.com/wjdp/htmltest
44

5-
DirectoryPath: docs/build # Not build/site to avoid false positives on 404.html
5+
DirectoryPath: docs/build
66
OutputDir: .cache/htmltest
77
CacheExpires: "12h" # Default is 2 weeks.
88
ExternalTimeout: 60 # (seconds) default is 15.
9-
# IgnoreURLs:
9+
IgnoreURLs:
10+
- https://crc.dev/crc

0 commit comments

Comments
 (0)