Skip to content

Commit

Permalink
Updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub committed Apr 12, 2024
1 parent dfd9e4a commit 0c3ae47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:

# Step 7: Extract URLs from sitemap
- name: Extract URLs from sitemap
working-directory: VAMobile/documentation
id: extract-urls
run: |
wget https://department-of-veterans-affairs.github.io/va-mobile-app/sitemap.xml -O sitemap.xml
cat sitemap.xml | grep "<loc>" | sed 's/.*<loc>\(.*\)<\/loc>.*/\1/' > urls.txt
cat sitemap.xml | grep "<loc>" | sed 's/.*<loc>\(.*\)<\/loc>.*/\1/' > VAMobile/documentation/urls.txt
# - name: Run accessibility check
# run: |
# while IFS= read -r url; do
Expand Down

0 comments on commit 0c3ae47

Please sign in to comment.