Skip to content

Commit

Permalink
Also move .js file, and set working-directory for git
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 29, 2024
1 parent ea82538 commit 13289dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
fetch-depth: 0
path: 'rewrite-docs'
- name: Move generated markdown to docs/
run: mv rewrite-recipe-markdown-generator/build/docs/latest-versions-of-every-openrewrite-module.md rewrite-docs/docs/reference/latest-versions-of-every-openrewrite-module.md
run: |
mv rewrite-recipe-markdown-generator/build/docs/*.md rewrite-docs/docs/reference/
mv rewrite-recipe-markdown-generator/build/docs/*.js rewrite-docs/src/plugins/
# Commit and push changes
- name: configure-git-user
working-directory: rewrite-docs
run: |
git config user.email "team@moderne.io"
git config user.name "team-moderne[bot]"
Expand Down

0 comments on commit 13289dd

Please sign in to comment.