Skip to content

Commit

Permalink
chore: remove link-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Jun 4, 2024
1 parent 4e40a6d commit e1505c6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,3 @@ jobs:
run: bun install --frozen-lockfile
- name: Runs ESLint
run: bun run lint:eslint

link-check:
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
name: link_check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v4

- uses: oven-sh/setup-bun@v1

- name: "Install dependencies"
run: bun install --production --frozen-lockfile

- name: "Build site"
run: bun run build

- uses: untitaker/[email protected]
with:
args: .output/public/ --sources content/

0 comments on commit e1505c6

Please sign in to comment.