Skip to content

Commit

Permalink
Merge pull request crc-org#9 from themr0c/fix-edit-this-page-and-enab…
Browse files Browse the repository at this point in the history
…le-htmltest

chore: on CI, make the Edit this file work and enable htmltest
  • Loading branch information
gbraad authored Dec 2, 2024
2 parents be51bd7 + 9a91e1f commit 2be2f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: actions/checkout@v4
- name: Build docs
run: CONTAINER_RUNTIME=docker CI=true make build_docs
#- name: Check links in docs
# run: CONTAINER_RUNTIME=docker make docs_check_links
- name: Check links in docs
run: CONTAINER_RUNTIME=docker make docs_check_links
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif

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

.PHONY: docs_serve
docs_serve: build_docs
Expand Down

0 comments on commit 2be2f4d

Please sign in to comment.