Skip to content

Commit

Permalink
ci: update get changes step in docs translation workflow; modify more…
Browse files Browse the repository at this point in the history
… tag in about.md
  • Loading branch information
huangdijia committed Dec 31, 2024
1 parent 648425a commit 012aca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Get Changes
id: get_changes
run: |
echo "::set-output name=changes::$(git diff-tree --no-commit-id --name-only -r HEAD | grep 'docs/')"
changes=$(git diff-tree --no-commit-id --name-only -r HEAD | grep 'docs/')
echo $changes
- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/guide/introduce/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

欢迎来到 Hyperf Fans,这里是 Hyperf Fans 的官方文档站点。

<!-- more 1122 -->
<!-- more 112233 -->

0 comments on commit 012aca7

Please sign in to comment.