Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Oct 28, 2024
1 parent 439269f commit 5763cfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
branches:
- main
- release-pages
- add-suffix-to-artboard-image
release:
types: [published, edited, deleted, unpublished]
permissions:
Expand All @@ -28,7 +27,7 @@ jobs:
FEISHU_SPACE_ID: "7273324757679325186"
OUTPUT_DIR: ./dist
BASE_URL: https://longbridgeapp.github.io/feishu-pages/
uses: longbridgeapp/feishu-pages@add-suffix-to-artboard-image
uses: longbridgeapp/feishu-pages@main
- name: Build Website
run: |
cp -r dist/docs/* website/docs/
Expand Down

0 comments on commit 5763cfc

Please sign in to comment.