jwangkun
V2EX  ›  问与答

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

  •  
  •   jwangkun · Dec 22, 2016 · 1099 views
    This topic created in 3447 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   ·   847 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 96821589 · 32ms · UTC 21:46 · PVG 05:46 · LAX 14:46 · JFK 17:46
    ♥ Do have faith in what you're doing.