Skip to content

Commit 0e29ee2

Browse files
authored
Merge pull request #7 from themr0c/patch-1
chore: use the edit_url
2 parents 26cd6e1 + c635f84 commit 0e29ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check out repository code
1717
uses: actions/checkout@v4
1818
- name: Build docs
19-
run: CONTAINER_RUNTIME=docker make build_docs
19+
run: CONTAINER_RUNTIME=docker CI=true make build_docs
2020
#- name: Check links in docs
2121
# run: CONTAINER_RUNTIME=docker make docs_check_links
2222
- name: Deploy

0 commit comments

Comments
 (0)