Skip to content

Commit 1b5cdd8

Browse files
authored
need to do a checkout after all (#16430)
1 parent 3ea9735 commit 1b5cdd8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/check-all-english-links.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
if: github.repository == 'github/docs-internal'
1212
runs-on: ubuntu-latest
1313
steps:
14+
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
15+
- name: npm ci
16+
run: npm ci
17+
- name: npm run build
18+
run: npm run build
1419
- name: Run script
1520
run: script/check-english-links.js > broken_links.md
1621
- name: Check if any broken links

0 commit comments

Comments
 (0)