Skip to content

Commit abefe3a

Browse files
committed
doc: fix docker url error.
1 parent cdd131f commit abefe3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
name: ${{ steps.create_tag.outputs.version }}
5959
tag: ${{ steps.create_tag.outputs.version }}
6060
body: |
61-
[![GitHub Repo Stars](https://img.shields.io/github/stars/jaywcjlove/html-tutorial)]() [![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial) [![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial) [![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/tools)
62-
61+
[![GitHub Repo Stars](https://img.shields.io/github/stars/jaywcjlove/html-tutorial)]() [![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial) [![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial) [![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial)
62+
6363
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/html-tutorial/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
6464
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
6565

.idoc/.filesStat.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4632,9 +4632,9 @@
46324632
"birthtime": "2022-04-24T12:15:36.180Z"
46334633
},
46344634
"README.md": {
4635-
"atime": "2022-05-29T16:04:11.433Z",
4636-
"mtime": "2022-05-29T16:04:11.371Z",
4637-
"ctime": "2022-05-29T16:04:11.371Z",
4635+
"atime": "2022-05-29T16:21:13.588Z",
4636+
"mtime": "2022-05-29T16:21:13.555Z",
4637+
"ctime": "2022-05-29T16:21:13.555Z",
46384638
"birthtime": "2022-04-24T04:53:22.229Z"
46394639
}
46404640
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HTML Tutorial
33
[![GitHub Repo Stars](https://img.shields.io/github/stars/jaywcjlove/html-tutorial)]()
44
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial)
55
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial)
6-
[![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/tools)
6+
[![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/html-tutorial?logo=docker)](https://hub.docker.com/r/wcjiang/html-tutorial)
77

88
HTML(超文本标记语言——HyperText Markup Language)是构成 Web 世界的一砖一瓦。它定义了网页内容的含义和结构。除 HTML 以外的其它技术则通常用来描述一个网页的表现与展示效果(如 CSS),或功能与行为(如 JavaScript)。
99

0 commit comments

Comments
 (0)