Skip to content

Commit

Permalink
fix docs check timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Mar 4, 2024
1 parent 31167ac commit d2730d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo npm install -g [email protected]
- run: sudo apt install plocate -y && updatedb
- run: sudo apt install plocate -y
# NOTE: Change command from `find . -name "*.md"` to `find . -not -path "*/node_modules/*" -not -path "*/.tox/*" -name "*.md"`
# if you want to run check locally
- run: |
Expand Down

0 comments on commit d2730d8

Please sign in to comment.