Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Nov 8, 2023
1 parent 3ae64f9 commit 350a5eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/actions/doc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ runs:
language: ts
base-template-url: https://github.com/AgoraIO/agora_doc_source/releases/download/master-build/rn_ng_json_template_en.json
export-file-path: src/index.ts
pre-pr-command: |
rm -rf terra
yarn lint --fix
8 changes: 3 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Update git config
run: |
git config core.fileMode false
shell: bash

- name: Setup
uses: ./.github/actions/setup

- name: Generate comments
uses: ./.github/actions/doc
with:
Expand Down

0 comments on commit 350a5eb

Please sign in to comment.