Skip to content

Commit

Permalink
Change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 2, 2023
1 parent 23a5359 commit 8fd7a82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sync-feishu-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v4
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: ./feishu-pages
uses: longbridgeapp/feishu-pages@main
# - 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: ./feishu-pages
# uses: longbridgeapp/feishu-pages@main
- uses: oven-sh/setup-bun@v1
- name: Copy feishu pages to vitepress
run: |
Expand Down

0 comments on commit 8fd7a82

Please sign in to comment.