From bfeddc33f012ad0c39aae0450601ef18a4535799 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 28 Oct 2024 10:25:01 +0800 Subject: [PATCH] Test Ci --- .github/workflows/publish-website.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 0854f20..7822cdc 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -3,6 +3,7 @@ on: branches: - main - release-pages + - add-suffix-to-artboard-image release: types: [published, edited, deleted, unpublished] permissions: @@ -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/ @@ -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