Skip to content

Commit

Permalink
Commit org to mdx conversion in build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnresolvedCold committed Feb 7, 2024
1 parent 79a90de commit 94b160f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
id: org-to-mdx
run: |
python3 org-to-mdx.py
git config --global user.email "github_action@trigger.xyz"
git config --global user.name "GitHub Action"
git add .
git commit -m "Convert org to mdx"
- name: Commit the mdx file
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: ORG to MDX [skip ci]
file_pattern: "org/**"
commit_user_name: ORGTOMDX Bot
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37
Expand Down

0 comments on commit 94b160f

Please sign in to comment.