Skip to content

Commit

Permalink
docs:build
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 4, 2024
1 parent e839bf1 commit cd7a572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Generate docs
run: |
yarn docs
yarn docs:build
- name: Check for changes
run: |
if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg docs; then
echo "Generated files are up-to-date."
else
echo "::error::Generated files are not up-to-date. Please run 'yarn docs' locally and commit any changes."
echo "::error::Generated files are not up-to-date. Please run 'yarn docs:build' locally and commit any changes."
exit 1
fi

0 comments on commit cd7a572

Please sign in to comment.