Skip to content

Commit

Permalink
Fix path to wc command
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 15, 2024
1 parent f611e34 commit 14d08a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
| awk '{if ($1 > 1) { print "duplicate slug for: " $2; exit 1}}'
- name: Print the lines of the generated docs
run: wc -l ooni-docs/src/content/docs/mydocs/*
run: wc -l ooni-docs/src/content/docs/devops/*

- name: Commit changes
# Only push the docs update when we are in main
Expand Down

0 comments on commit 14d08a6

Please sign in to comment.