Skip to content

Commit

Permalink
Updated server
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub committed Apr 10, 2024
1 parent 18b4016 commit c63cb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Start web server
working-directory: VAMobile/documentation
run: npx http-server -p 8080 &
run: npm start & npx wait-on http://localhost:3000 &
- name: Extract URLs from sitemap
id: extract-urls
run: |
Expand Down

0 comments on commit c63cb39

Please sign in to comment.