Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ jobs:
echo "changes_detected=true" >> $GITHUB_OUTPUT
fi

- name: Generate documentation
if: steps.check-changes.outputs.changes_detected == 'true'
run: npm run generate-docs

- name: Build site
if: steps.check-changes.outputs.changes_detected == 'true'
run: npm run build
run: npm run build # fetch-schema + magidoc generate + clean-urls

- name: Commit and push changes
if: steps.check-changes.outputs.changes_detected == 'true'
Expand Down