Skip to content

Commit

Permalink
update pr link checker to use python server (#6476)
Browse files Browse the repository at this point in the history
* update pr link checker to use github http-server action

* change server to python server

---------

Co-authored-by: Jacob Logan <[email protected]>
  • Loading branch information
jacoblogan and Jacob Logan authored Dec 7, 2023
1 parent ad1f258 commit 7487fa9
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: |
node ./node_modules/.bin/serve client/www/next-build --no-request-logging &
python -m http.server 3000 -d ${{ vars.BUILD_DIR }} &
sleep 5
- name: Run Link Checker
id: checkLinks
Expand Down

0 comments on commit 7487fa9

Please sign in to comment.