Skip to content

Commit

Permalink
revert change to pr broken links action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Logan committed Nov 27, 2023
1 parent 91b29d7 commit 1373951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_for_broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
NODE_OPTIONS: --max_old_space_size=4096
- name: Run Server
run: |
python -m http.server 3000 -d ${{ vars.BUILD_DIR }} &
node ./node_modules/.bin/serve client/www/next-build --no-request-logging &
sleep 5
- name: Run Link Checker
id: checkLinks
Expand Down

0 comments on commit 1373951

Please sign in to comment.