V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
jwangkun
V2EX  ›  问与答

Hexo 在用 Travis CI 使用 hexo g 命令生成页面里面没有内容

  •  
  •   jwangkun · Dec 22, 2016 · 1064 views
    This topic created in 3425 days ago, the information mentioned may be changed or developed.
    今天尝试了一下 Travis CI 来写博客,因为换电脑比较频繁,希望这样可以避免不必要的麻烦,测试的 时候也能 push 到 github ,但是打开页面发现都是空白的,这个是.travis.yml

    {
    "language": "node_js",
    "node_js": "stable",
    "install": [
    "npm install"
    ],
    "script": [
    "hexo g"
    ],
    "after_script": [
    "cd ./public",
    "git init",
    "git config user.name \"Fancy\"",
    "git config user.email \"[email protected]\"";,
    "git add .",
    "git commit -m \"Update docs\"",
    "git push --force --quiet \"https://${GH_TOCKEN}@${GH_REF}\" master:master"
    ],
    "global_env": "GH_REF=github.com/jwangkun/jwangkun.github.io.git",
    "group": "stable",
    "dist": "precise",
    "os": "linux"
    }


    这个是 Travis CI 的日志: https://s3.amazonaws.com/archive.travis-ci.org/jobs/185984043/log.txt
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4766 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 09:53 · PVG 17:53 · LAX 02:53 · JFK 05:53
    ♥ Do have faith in what you're doing.