Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 8, 2024
1 parent 2353721 commit 0162666
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ jobs:
run: |
pip install linkcheckmd
python -m linkcheckmd docs -v
python -m linkcheckmd docs/getting-started -v
python -m linkcheckmd docs/get-started -v
python -m linkcheckmd docs/organisation -v
python -m linkcheckmd docs/resources -v
python -m linkcheckmd docs/technology -v
python -m linkcheckmd docs/technology/frontend -v
python -m linkcheckmd docs/technology/backend -v
python -m linkcheckmd docs/technology/database -v
python -m linkcheckmd docs/technology/infrastructure -v
python -m linkcheckmd docs/technology/standards -v
python -m linkcheckmd docs/third-party -v
python -m linkcheckmd docs/ways-of-working -v
- name: Build
Expand Down
8 changes: 8 additions & 0 deletions docs/technology/standards/browser-support.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Browser support

https://www.gov.uk/service-manual/technology/designing-for-different-browsers-and-devices

| | Google Chrome | Mozilla Firefox | Safari | Edge | Samsung Internet |
| ------- | ----------------- | ----------------- | ----------------- | ----------------- | ------------------ |
| Windows | ✅ Latest versions | ✅ Latest versions | ❌ Not supported | ✅ Latest versions | ❌ Not supported |
| macOS | ✅ Latest versions | ✅ Latest versions | ✅ Latest versions | ❌ Not supported | ❌ Not supported |
| iOS | ✅ Latest versions | ❌ Not supported | ✅ Latest versions | ❌ Not supported | ❌ Not supported |
| Android | ✅ Latest versions | ✅ Latest versions | ❌ Not supported | ❌ Not supported | ✅ Latest versions |

0 comments on commit 0162666

Please sign in to comment.