Skip to content

Commit

Permalink
Use global links checker (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja authored Nov 20, 2024
1 parent 0ad8fbc commit ad6750d
Show file tree
Hide file tree
Showing 5 changed files with 7,528 additions and 79 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
- name: Check for broken internal links
run: |
npm i
npm run-script check-links-local
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
/node_modules/
/test/
package-lock.json
.idea
.idea
68 changes: 0 additions & 68 deletions check-links-playbook.yml

This file was deleted.

Loading

0 comments on commit ad6750d

Please sign in to comment.