Skip to content

Commit 4d19ed2

Browse files
committed
测测ci
1 parent e072056 commit 4d19ed2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/preview-pr-build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
command: pages deploy public --project-name=ftmwiki
5151

5252
- name: pr preview action
53-
uses: project-trans/pr-preview-action@v1.0.1
53+
uses: Leetfs/Display-Preview-URL-in-PR@main
5454
with:
5555
previewUrl: ${{ steps.deploy.outputs.deployment-url }}
5656
BOT_APP_ID: ${{ vars.BOT_APP_ID }}
5757
BOT_APP_SECRET: ${{ secrets.BOT_APP_SECRET }}
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
REMOVE_PREFIX: content
60-
REMOVE_SUFFIX: .md,_index,index
60+
REMOVE_SUFFIX: .md,_index,index,/
61+
PREFIX: /zh-cn/

0 commit comments

Comments
 (0)