Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 2, 2023
1 parent cbbfd4c commit 4cb09e9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/download_feishu_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Show files
run: |
pwd
ls -al .
tree .
with:
fetch-depth: 1
- name: Start export feishu pages
env:
FEISHU_APP_ID: ${{ secrets.FEISHU_APP_ID }}
FEISHU_APP_SECRET: ${{ secrets.FEISHU_APP_SECRET }}
FEISHU_SPACE_ID: '7288219896826494980'
OUTPUT_DIR: /home/runner/work/whale-docs/whale-docs/feishu-pages
FEISHU_SPACE_ID: "7288219896826494980"
OUTPUT_DIR: ${{github.workspace}}/feishu-pages
uses: longbridgeapp/feishu-pages@main
- uses: oven-sh/setup-bun@v1
- name: Copy feishu pages to repo
run: |
cp -Rf ${{github.workspace}}/feishu-pages ./
bun install
./scripts/cp_feishu_to_vitepress.sh
bun autocorrect --fix locales/
Expand All @@ -40,9 +38,7 @@ jobs:
commit-message: New feishu pages version request review
base: dev
delete-branch: true
title: '[Docs] New feishu pages version request review'
title: "[Docs] New feishu pages version request review"
body: |
New feishu pages version request review
assignees: ihavecoke


0 comments on commit 4cb09e9

Please sign in to comment.