1 Star 2 Fork 0

Xintao / records

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

记录

Page hosted on GitHub | Page hosted on Gitee码云
GitHub | Gitee码云

记录平时遇到的问题和解决方法.

[!TIP] 本仓库在 GitHubGitee码云 同步. 欢迎在 GithubGitee码云 贡献.


[!NOTE]

  • Github pages will automatically update the contents in gh-pages.
  • Gitee pages require manual updates.

[!COMMENT|label: Usage]

  1. File structure Run the following two commands in the same root folder.
    git clone git@github.com:xinntao/records.git
    git clone -b gh-pages git@github.com:xinntao/records.git records-gh-pages
    The file structure should be like this:
    - root
    |--- records
    |--- records-gh-pages
    Note that in order to trigger the GitHub actions, we should also copy the .github folder to the records-gh-pages branch for the fist time.
  2. Update the master branch in the records folder.
  3. Build the gitbook: gitbook build
  4. In the records repo, copy the contents in _book folder to records-gh-pages: cp -r _book/* ../records-gh-pages
  5. Push to remotes:
    • For records: git push origin master
    • For records-gh-pages: git push origin gh-pages

空文件

简介

Records in gitbook 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/xinntao/records.git
git@gitee.com:xinntao/records.git
xinntao
records
records
master

搜索帮助