Skip to content

Commit f1d556b

Browse files
authored
fix: docs GitHub Action
1 parent 32eb36e commit f1d556b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
cache-dependency-path: 'package.json'
4040
- name: Build docs
4141
run: npm install && npm test && npm run doc
42-
env: FILE_CHECK_DELAY: 1500
42+
env:
43+
FILE_CHECK_DELAY: 1500
4344
- name: Setup Pages
4445
uses: actions/configure-pages@v5
4546
- name: Upload artifact

0 commit comments

Comments
 (0)