Skip to content

Commit

Permalink
Test Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Oct 28, 2024
1 parent 3a5e10c commit bfeddc3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- main
- release-pages
- add-suffix-to-artboard-image
release:
types: [published, edited, deleted, unpublished]
permissions:
Expand All @@ -24,10 +25,10 @@ jobs:
env:
FEISHU_APP_ID: ${{ secrets.FEISHU_APP_ID }}
FEISHU_APP_SECRET: ${{ secrets.FEISHU_APP_SECRET }}
FEISHU_SPACE_ID: '7273324757679325186'
FEISHU_SPACE_ID: "7273324757679325186"
OUTPUT_DIR: ./dist
BASE_URL: https://longbridgeapp.github.io/feishu-pages/
uses: longbridgeapp/feishu-pages@main
uses: longbridgeapp/feishu-pages@add-suffix-to-artboard-image
- name: Build Website
run: |
cp -r dist/docs/* website/docs/
Expand All @@ -41,7 +42,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './website/.vitepress/dist'
path: "./website/.vitepress/dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit bfeddc3

Please # to comment.