Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@ workflow设置位于文件`./.github/workflows/update-feed.yml`中:

```js
<img id="build-timestamp-badge"
src="https://img.shields.io/github/workflow/status/username/reponame/workflowname?label={{time_format
src="https://img.shields.io/github/actions/workflow/status/username/reponame/workflowname?label={{time_format
build_time "%F %T %Z"}}&style=for-the-badge"
alt="{{time_format build_time "%F %T %Z"}}">
```

其中涉及`workflowname`需要与`./.github/workflows/update-feed.yml`中的`name`的保持一致。
其中的`workflowname``./.github/workflows/`中的`workflow`文件名,例如`update-feed.yml`

配置修改完成,将上述更改提交至个人的Github仓库。

Expand Down
2 changes: 1 addition & 1 deletion includes/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<time id="build-timestamp" datetime="{{build_time}}">
{{!-- <a href="https://github.com/MLNLP-World/MyArxiv/actions">
<img id="build-timestamp-badge"
src="https://img.shields.io/github/workflow/status/mlnlp-world/myarxiv/Update?label={{time_format
src="https://img.shields.io/github/actions/workflow/status/mlnlp-world/myarxiv/update-feed.yml?label={{time_format
build_time "%F %T %Z"}}&style=for-the-badge"
alt="{{time_format build_time "%F %T %Z"}}">
</a> --}}
Expand Down