Skip to content

Commit

Permalink
Global links checker v/5.0 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja authored Nov 19, 2024
1 parent 1062442 commit e4e0eaa
Show file tree
Hide file tree
Showing 5 changed files with 3,331 additions and 169 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/checkout@v2
- uses: actions/setup-node@v1
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
/test/
/build/
.DS_Store
package-lock.json
.idea/
*.iml
159 changes: 0 additions & 159 deletions check-links-playbook.yml

This file was deleted.

Loading

0 comments on commit e4e0eaa

Please sign in to comment.