Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woai3c/github-actions-demo

自动部署到 github page
https://github.com/woai3c/github-actions-demo

Last synced: 7 days ago
JSON representation

自动部署到 github page

Awesome Lists containing this project

README

        

[在线预览](https://woai3c.github.io/github-actions-demo)

使用的 action 库 [github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action)

这个 action 的作用是:
1. 当这个库执行 push 操作时,github 会自动执行 action 中的动作,即打包操作。
2. 将打包后的文件推送到我的 github page。

这样就不用每次打包后,手动替换 github page 中的页面了。