Skip to content

Commit

Permalink
add reusable parts for global check-links across docs repos
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Nov 15, 2024
1 parent 2cb5938 commit d3dca0e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ jobs:
steps:
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Checkout Common Files
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: hazelcast/hazelcast-docs
sparse-checkout: |
.github/actions/validate/action.yml
antora-playbook.yml
lib/load-check-links-playbook.js
sparse-checkout-cone-mode: false
path: hazelcast-docs
path: common-action
ref: main
- name: Check dead links
uses: ./hazelcast-docs/.github/actions/validate
uses: ./common-action/.github/actions/validate

0 comments on commit d3dca0e

Please sign in to comment.