Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
make sure every generation of README be different cause circle ci wil…
Browse files Browse the repository at this point in the history
…l run only once on the same commit
  • Loading branch information
jwenjian committed Jul 13, 2019
1 parent 98cc163 commit 985a1ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://badgen.net/circleci/github/jwenjian/ghiblog"/>
<img src="https://badgen.net/badge/labels/21"/>
<img src="https://badgen.net/badge/issues/56"/>
<img src="https://badgen.net/github/last-commit/jwenjian/ghiblog"/>
<img src="https://badgen.net/badge/last-commit/2019-07-13 21:36:58"/>
<img src="https://badgen.net/github/forks/jwenjian/ghiblog"/>
<img src="https://badgen.net/github/watchers/jwenjian/ghiblog"/>
<img src="https://badgen.net/github/release/jwenjian/ghiblog"/>
Expand Down Expand Up @@ -233,7 +233,7 @@
</details>

<details>
<summary>Instapaper <sup>8:newspaper:</sup></summary>
<summary>Instapaper <sup>9:newspaper:</sup></summary>

- [[From Instapaper] : Task Scheduler - Windows applications | Windows上的定时任务管理器](https://github.com/jwenjian/ghiblog/issues/57) <sup>1 :speech_balloon:</sup>
- [[From Instapaper] : Should Neil Armstrongs Bootprints Be on the Moon Forever](https://github.com/jwenjian/ghiblog/issues/56) <sup>1 :speech_balloon:</sup>
Expand All @@ -242,6 +242,7 @@
- [[From Instapaper] : 西尾維新オフィシャルサイト](https://github.com/jwenjian/ghiblog/issues/53) <sup>1 :speech_balloon:</sup>
- [[From Instapaper] : Distinguished Names](https://github.com/jwenjian/ghiblog/issues/51) <sup>0 :speech_balloon:</sup>
- [[From Instapaper] : Http response header - Age](https://github.com/jwenjian/ghiblog/issues/50) <sup>0 :speech_balloon:</sup>
- [[From Instapaper] : maven getting "Not Authorized" when trying to access nexus private repository](https://github.com/jwenjian/ghiblog/issues/48) <sup>0 :speech_balloon:</sup>
- [[From Instapaper] : 中国为什么不搞多党竞争甚至一些党员干部都不知怎么回答](https://github.com/jwenjian/ghiblog/issues/47) <sup>0 :speech_balloon:</sup>


Expand All @@ -256,8 +257,9 @@
</details>

<details>
<summary>Maven <sup>3:newspaper:</sup></summary>
<summary>Maven <sup>4:newspaper:</sup></summary>

- [[From Instapaper] : maven getting "Not Authorized" when trying to access nexus private repository](https://github.com/jwenjian/ghiblog/issues/48) <sup>0 :speech_balloon:</sup>
- [Maven: maven-dependency-plugin:get 通过命令行下载jar包到本地仓库 无需pom文件](https://github.com/jwenjian/ghiblog/issues/39) <sup>0 :speech_balloon:</sup>
- [Maven: mvn clean install --fail-at-end](https://github.com/jwenjian/ghiblog/issues/33) <sup>0 :speech_balloon:</sup>
- [How to add custom properties to manifest file with spring boot](https://github.com/jwenjian/ghiblog/issues/24) <sup>0 :speech_balloon:</sup>
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def bundle_summary_section():
<img src="https://badgen.net/circleci/github/jwenjian/ghiblog"/>
<img src="https://badgen.net/badge/labels/%s"/>
<img src="https://badgen.net/badge/issues/%s"/>
<img src="https://badgen.net/github/last-commit/%s/ghiblog"/>
<img src="https://badgen.net/badge/last-commit/%s"/>
<img src="https://badgen.net/github/forks/%s/ghiblog"/>
<img src="https://badgen.net/github/watchers/%s/ghiblog"/>
<img src="https://badgen.net/github/release/%s/ghiblog"/>
Expand All @@ -75,7 +75,7 @@ def bundle_summary_section():
</a>
</p>
''' % (total_label_count, total_issue_count, user_login, user_login, user_login, user_login)
''' % (total_label_count, total_issue_count, cur_time, user_login, user_login, user_login)

return summary_section

Expand Down

0 comments on commit 985a1ec

Please sign in to comment.