Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Mar 16, 2024
1 parent c8ed5f7 commit c645131
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ on:
pull_request:
branches:
- main
name: Generate the documentation from the JSON Schema
jobs:
validate:
generate_doc:
name: Generate the documentation from the JSON Schema
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -34,7 +34,8 @@ jobs:
generate-schema-doc --config template_name=md_nested ./.schema/manufacturer.json ./_docs/manufacturer.md
generate-schema-doc --config template_name=md_nested ./.schema/category.json ./_docs/category.md
- run: git pull
- run: |
git pull ${{ steps.extract_branch.outputs.branch }}
- name: Commit files
run: |
git config --local user.email "action@github.com"
Expand Down

0 comments on commit c645131

Please sign in to comment.