Skip to content

Commit

Permalink
Update app_from_contentful.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 赵璟 <zhaojing_cathay@163.com>
  • Loading branch information
zhaojing1987 authored Jan 9, 2025
1 parent ed956d2 commit ee2d422
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app_from_contentful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
env:
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_GRAPHQLTOKEN }}
run: |
# python builds/gen_md_from_contenful.py template/meta/zh_head.jinja2 docs/apps/_include --override
# python builds/gen_md_from_contenful.py template/meta/en_head.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps/_include --override
python builds/gen_md_from_contenful.py template/meta/zh_app.jinja2 docs/apps --ignore-list template/meta/skip_file.json
# python builds/gen_md_from_contenful.py template/meta/en_app.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps
python builds/gen_md_from_contenful.py template/meta/zh_head.jinja2 docs/apps/_include --override
python builds/gen_md_from_contenful.py template/meta/en_head.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps/_include --override
python builds/gen_md_from_contenful.py template/meta/zh_app.jinja2 docs/apps
python builds/gen_md_from_contenful.py template/meta/en_app.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit ee2d422

Please sign in to comment.