Skip to content

Commit

Permalink
corrected the path of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Feb 23, 2024
1 parent 3677dfe commit e5e76c3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Build and check Links

on:
push:
paths:
branches:
- main

pull_request:
paths:
- main
types: [opened, synchronize, reopened]

jobs:
build_and_serve:
Expand All @@ -31,11 +30,14 @@ jobs:
- name: Serve App Locally
run: yarn start &

- name: Wait for App to Start
run: sleep 20

linkChecker:
runs-on: ubuntu-latest
needs: build_and_serve
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/[email protected]
Expand Down

0 comments on commit e5e76c3

Please sign in to comment.