File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
- name : Build docs
19
19
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
22
22
- name : Deploy
23
23
uses : peaceiris/actions-gh-pages@v4
24
24
if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 15
15
16
16
.PHONY : build_docs
17
17
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
19
19
20
20
.PHONY : docs_serve
21
21
docs_serve : build_docs
You can’t perform that action at this time.
0 commit comments