Skip to content

Commit

Permalink
Global links checker v/5.10 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja authored Nov 19, 2024
1 parent 500ecc8 commit fb54bf8
Show file tree
Hide file tree
Showing 5 changed files with 3,072 additions and 172 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 @@ -3,5 +3,4 @@
/build/
.idea
.DS_Store
package-lock.json
.vscode
162 changes: 0 additions & 162 deletions check-links-playbook.yml

This file was deleted.

Loading

0 comments on commit fb54bf8

Please sign in to comment.