Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Regernate index
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 20, 2024
1 parent c138e89 commit 752202a
Show file tree
Hide file tree
Showing 2 changed files with 879 additions and 592 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
remote_key: ${{ secrets.DEPLOY_SSH_KEY }}

- name: check links
run: pwd && linkinator -r index.html docs/ papers/ data-model/ api/ --skip localhost:23456 --skip tokenomics.io --skip etherscan.io --skip https://twitter.com/trueblocks --skip intro
run: linkinator -r index.html docs/ papers/ data-model/ api/ --skip localhost:23456 --skip tokenomics.io --skip etherscan.io --skip https://twitter.com/trueblocks --skip intro | grep -v "[200]"

- name: Test Failure
uses: rjstone/discord-webhook-notify@v1
Expand Down
Loading

0 comments on commit 752202a

Please sign in to comment.