Skip to content

Commit

Permalink
Merge pull request #7 from themr0c/patch-1
Browse files Browse the repository at this point in the history
chore: use the edit_url
  • Loading branch information
gbraad authored Dec 2, 2024
2 parents 26cd6e1 + c635f84 commit 0e29ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build docs
run: CONTAINER_RUNTIME=docker make 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: Deploy
Expand Down

0 comments on commit 0e29ee2

Please sign in to comment.