Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2024
1 parent 1840822 commit 79c78d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
<li><a href="style-guide-cn/index.html" target="__blank"> Rust 语言风格指南 </a></li>
<li><a href="comprehensive-rust/index.html" target="__blank"> Comprehensive Rust 🦀 </a></li>
<li><a href="rust-algos/index.html" target="__blank"> Rust 算法题解 </a></li>
<li><a href="hello-algo/index.html" target="__blank"> Hello 算法(动画图解 支持 Rust) </a></li>
<li><a href="hello-algo/chapter_preface/index.html" target="__blank"> Hello 算法(动画图解 支持 Rust) </a></li>
</ul>
</body>
</html>
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
[Rust 算法题解](https://github.com/rustlang-cn/rust-algos) | [![GitHub last commit](https://img.shields.io/github/last-commit/rustlang-cn/rust-algos?style=flat&label=last)](https://github.com/rustlang-cn/rust-algos/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/rust-algos/index.html)
[Rust 语言风格指南](https://github.com/rust-lang-cn/style-guide-cn) | [![GitHub last commit](https://img.shields.io/github/last-commit/rust-lang-cn/style-guide-cn?style=flat&label=last)](https://github.com/rust-lang-cn/style-guide-cn/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/style-guide-cn/index.html)
[Comprehensive Rust 🦀](https://github.com/google/comprehensive-rust) | [![GitHub last commit](https://img.shields.io/github/last-commit/google/comprehensive-rust?style=flat&label=last)](https://github.com/google/comprehensive-rust/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/comprehensive-rust/index.html)
[Hello 算法(动画图解 支持 Rust)](https://github.com/krahets/hello-algo) | [![GitHub last commit](https://img.shields.io/github/last-commit/krahets/hello-algo?style=flat&label=last)](https://github.com/krahets/hello-algo/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/hello-algo/index.html)
[Hello 算法(动画图解 支持 Rust)](https://github.com/krahets/hello-algo) | [![GitHub last commit](https://img.shields.io/github/last-commit/krahets/hello-algo?style=flat&label=last)](https://github.com/krahets/hello-algo/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/hello-algo/chapter_preface/index.html)
EOF
- name: Deploy Website
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
[Rust 算法题解](https://github.com/rustlang-cn/rust-algos) | [![GitHub last commit](https://img.shields.io/github/last-commit/rustlang-cn/rust-algos?style=flat&label=last)](https://github.com/rustlang-cn/rust-algos/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/rust-algos/index.html)
[Rust 语言风格指南](https://github.com/rust-lang-cn/style-guide-cn) | [![GitHub last commit](https://img.shields.io/github/last-commit/rust-lang-cn/style-guide-cn?style=flat&label=last)](https://github.com/rust-lang-cn/style-guide-cn/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/style-guide-cn/index.html)
[Comprehensive Rust 🦀](https://github.com/google/comprehensive-rust) | [![GitHub last commit](https://img.shields.io/github/last-commit/google/comprehensive-rust?style=flat&label=last)](https://github.com/google/comprehensive-rust/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/comprehensive-rust/index.html)
[Hello 算法(动画图解 支持 Rust)](https://github.com/krahets/hello-algo) | [![GitHub last commit](https://img.shields.io/github/last-commit/krahets/hello-algo?style=flat&label=last)](https://github.com/krahets/hello-algo/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/hello-algo/index.html)
[Hello 算法(动画图解 支持 Rust)](https://github.com/krahets/hello-algo) | [![GitHub last commit](https://img.shields.io/github/last-commit/krahets/hello-algo?style=flat&label=last)](https://github.com/krahets/hello-algo/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/hello-algo/chapter_preface/index.html)
${{ steps.changelog.outputs.changelog }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Github Repo | last commit | home
[Rust 算法题解](https://github.com/rustlang-cn/rust-algos) | [![GitHub last commit](https://img.shields.io/github/last-commit/rustlang-cn/rust-algos?style=flat&label=last)](https://github.com/rustlang-cn/rust-algos/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/rust-algos/index.html)
[Rust 语言风格指南](https://github.com/rust-lang-cn/style-guide-cn) | [![GitHub last commit](https://img.shields.io/github/last-commit/rust-lang-cn/style-guide-cn?style=flat&label=last)](https://github.com/rust-lang-cn/style-guide-cn/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/style-guide-cn/index.html)
[Comprehensive Rust 🦀](https://github.com/google/comprehensive-rust) | [![GitHub last commit](https://img.shields.io/github/last-commit/google/comprehensive-rust?style=flat&label=last)](https://github.com/google/comprehensive-rust/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/comprehensive-rust/index.html)
[Hello 算法(动画图解 支持 Rust)](https://github.com/krahets/hello-algo) | [![GitHub last commit](https://img.shields.io/github/last-commit/krahets/hello-algo?style=flat&label=last)](https://github.com/krahets/hello-algo/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/hello-algo/index.html)
[Hello 算法(动画图解 支持 Rust)](https://github.com/krahets/hello-algo) | [![GitHub last commit](https://img.shields.io/github/last-commit/krahets/hello-algo?style=flat&label=last)](https://github.com/krahets/hello-algo/commits) | [#home](https://jaywcjlove.github.io/rust-cn-document-for-docker/hello-algo/chapter_preface/index.html)

## Docker

Expand Down Expand Up @@ -59,7 +59,7 @@ http://localhost:9613/rust-course/index.html
http://localhost:9613/rusty-book/index.html
http://localhost:9613/comprehensive-rust/index.html
http://localhost:9613/style-guide-cn/index.html
http://localhost:9613/hello-algo/index.html
http://localhost:9613/hello-algo/chapter_preface/index.html

## License

Expand Down

0 comments on commit 79c78d3

Please sign in to comment.