Skip to content

Commit b12a3eb

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 8b519e1 commit b12a3eb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,19 @@ jobs:
1818
- run: npm i markdown-to-html-cli -g
1919
- run: markdown-to-html --output build/index.html
2020
- run: markdown-to-html -s docker/sourcegraph.md --output build/sourcegraph.html
21-
- run: markdown-to-html -s docker/redis.md --output build/redis.html
22-
- run: markdown-to-html -s docker/rancher.md --output build/rancher.html
23-
- run: markdown-to-html -s docker/portainer.md --output build/portainer.html
24-
- run: markdown-to-html -s docker/nginx.md --output build/nginx.html
25-
- run: markdown-to-html -s docker/mysql.md --output build/mysql.html
26-
- run: markdown-to-html -s docker/mattermost.md --output build/mattermost.html
27-
- run: markdown-to-html -s docker/harbor.md --output build/harbor.html
28-
- run: markdown-to-html -s docker/gitlab.md --output build/gitlab.html
21+
- run: markdown-to-html -s docker/rocket.chat/README.md --output build/rocket.chat.html
22+
- run: markdown-to-html -s docker/docker-compose.md --output build/docker-compose.html
2923
- run: markdown-to-html -s docker/elasticsearch.md --output build/elasticsearch.html
24+
- run: markdown-to-html -s docker/gitlab.md --output build/gitlab.html
25+
- run: markdown-to-html -s docker/harbor.md --output build/harbor.html
26+
- run: markdown-to-html -s docker/mattermost.md --output build/mattermost.html
27+
- run: markdown-to-html -s docker/mysql.md --output build/mysql.html
28+
- run: markdown-to-html -s docker/nginx.md --output build/nginx.html
29+
- run: markdown-to-html -s docker/portainer.md --output build/portainer.html
30+
- run: markdown-to-html -s docker/postgres.md --output build/postgres.html
31+
- run: markdown-to-html -s docker/rancher.md --output build/rancher.html
32+
- run: markdown-to-html -s docker/redis.md --output build/redis.html
3033
- run: markdown-to-html -s docker/seaweedfs/README.md --output build/seaweedfs.html
31-
- run: markdown-to-html -s docker/rocket.chat/README.md --output build/rocket.chat.html
3234

3335
- name: Deploy
3436
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)