Skip to content

Commit

Permalink
chore: build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 5, 2021
1 parent 5934eec commit 909223d
Show file tree
Hide file tree
Showing 10 changed files with 13,072 additions and 6 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build Website
on:
push:
branches:
- master

env:
SKIP_PREFLIGHT_CHECK: true

jobs:
Build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14

- run: npm install
- run: node scripts/build.mjs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
24 changes: 21 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
md/
node_modules/
build
md
node_modules
package-lock.json

.DS_Store
.cache
.rdoc-dist
.vscode
.idea
.snap
.env

*.bak
*.tem
*.temp
#.swp
*.*~
~*.*

# IDEA
*.iml
*.ipr
*.iws
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- [colors-cli](https://github.com/jaywcjlove/colors-cli) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/colors-cli.svg?label=" /> - 给命令行终端字符串设置样式和颜色。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/colors-cli)
- [docs](https://github.com/jaywcjlove/docs) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/docs.svg?label=" /> - 通过 docker 集中化管理各种文档。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/docker-tutorial)
- [FED](https://github.com/jaywcjlove/FED) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/FED.svg?label=" /> - 很酷炫的前端网站搜集器,导航网。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/FED)
- [github-rank](http://jaywcjlove.github.io/github-rank/) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/github-rank.svg?label=" /> - Github用户排名,仓库排名趋势榜。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/github-rank)
- [github-rank](http://jaywcjlove.github.io/github-rank/) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/github-rank.svg?label=" /> - Github用户排名,仓库排名趋势榜。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/github-rank) ![hot][hot Icon]
- [git-tips](https://github.com/jaywcjlove/git-tips) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/git-tips.svg?label=" /> - Git 常用命令及教程网站清单。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/git-tips)
- [hotkeys](https://jaywcjlove.github.io/hotkeys/) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/hotkeys.svg?label=" /> - 用于捕获键盘输入和输入的组合键 JS 库,它没有依赖。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/hotkeys) ![hot][hot Icon]
- [idoc](https://github.com/jaywcjlove/idoc) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/idoc.svg?label=" /> - 简单的文档生成工具 idoc。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/idoc)
Expand All @@ -56,12 +56,12 @@

- [docker-tutorial](https://github.com/jaywcjlove/docker-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/docker-tutorial.svg?label=" /> - Docker 入门教程读书笔。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/docker-tutorial)
- [golang-tutorial](https://github.com/jaywcjlove/golang-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/golang-tutorial.svg?label=" /> - Golang 入门教程读书笔。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/golang-tutorial)
- [mysql-tutorial](https://github.com/jaywcjlove/mysql-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/mysql-tutorial.svg?label=" /> - MySQL 入门教程学习笔记。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/mysql-tutorial)
- [mysql-tutorial](https://github.com/jaywcjlove/mysql-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/mysql-tutorial.svg?label=" /> - MySQL 入门教程学习笔记。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/mysql-tutorial) ![hot][hot Icon]
- [nginx-tutorial](https://github.com/jaywcjlove/nginx-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/nginx-tutorial.svg?label=" /> - Nginx 安装维护入门学习笔记。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/nginx-tutorial)
- [shell-tutorial](https://github.com/jaywcjlove/shell-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/shell-tutorial.svg?label=" /> - Shell 入门教程学习笔记。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/shell-tutorial)
- [swift-tutorial](https://github.com/jaywcjlove/swift-tutorial) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/swift-tutorial.svg?label=" /> - Swift 入门教程读书笔记。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/swift-tutorial)
- [swiftui-example](https://github.com/jaywcjlove/swiftui-example) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/swiftui-example.svg?label=" /> - SwiftUI 示例,技巧和技术集合,帮助我构建应用程序。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/swiftui-example)
- [linux-command](https://jaywcjlove.github.io/linux-command/) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/linux-command.svg?label=" /> - Linux命令搜索引擎,命令手册、详解、学习,速查手册。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/linux-command)
- [linux-command](https://jaywcjlove.github.io/linux-command/) <img align="bottom" height="13" src="https://img.shields.io/github/stars/jaywcjlove/linux-command.svg?label=" /> - Linux命令搜索引擎,命令手册、详解、学习,速查手册。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/linux-command) ![hot][hot Icon]

## CentOS

Expand Down
Loading

0 comments on commit 909223d

Please sign in to comment.