Skip to content

Commit 2be2f4d

Browse files
authored
Merge pull request #9 from themr0c/fix-edit-this-page-and-enable-htmltest
chore: on CI, make the Edit this file work and enable htmltest
2 parents be51bd7 + 9a91e1f commit 2be2f4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Build docs
1919
run: CONTAINER_RUNTIME=docker CI=true make build_docs
20-
#- name: Check links in docs
21-
# run: CONTAINER_RUNTIME=docker make docs_check_links
20+
- name: Check links in docs
21+
run: CONTAINER_RUNTIME=docker make docs_check_links
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v4
2424
if: github.ref == 'refs/heads/main'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515

1616
.PHONY: build_docs
1717
build_docs:
18-
${CONTAINER_RUNTIME} run -v $(CURDIR):/antora$(SELINUX_VOLUME_LABEL) --rm $(DOCS_BUILD_CONTAINER) --stacktrace antora-playbook.yml
18+
${CONTAINER_RUNTIME} run -e CI -v $(CURDIR):/antora$(SELINUX_VOLUME_LABEL) --rm $(DOCS_BUILD_CONTAINER) --stacktrace antora-playbook.yml
1919

2020
.PHONY: docs_serve
2121
docs_serve: build_docs

0 commit comments

Comments
 (0)