Skip to content

Commit

Permalink
feat(pub-techdocs): checkout submodules (#128)
Browse files Browse the repository at this point in the history
For projects that submodule the GitHub wiki in docs, we need to set `submodules: true` on the checkout action.
  • Loading branch information
zzehring authored May 16, 2024
1 parent 5b7652a commit e809fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# TODO: Replace after merge
ref: main
path: _shared-workflows-publish-techdocs
submodules: true

- name: Rewrite relative links
if: inputs.rewrite-relative-links || inputs.rewrite-relative-links-dry-run
Expand Down

0 comments on commit e809fd2

Please sign in to comment.