kajirikajiri(wsl2)
gh-pages
gh-pages
  • Initial page
  • 🍳😋🎵
    • githubの新しい使い方
    • itunes miniplayer 前面固定(windows)
    • force darkmode chrome and disable white flash
    • wsl2 色 変更
    • quaker oats
    • 圧力鍋 ホイル焼き
  • 💪💪🏻💪🏼🦾💪🏽💪🏾💪🏿
    • gh-openの改造
    • GraphQL
  • gh-open not working with wsl2
  • react hook を5分で使う
  • 5分でLambda Storeをつかってみた
  • 実働環境で色々updateして得た知見 vue nuxt vuetify
  • dexie firebase nuxt vuetifyでオフラインpwaメモ帳作った
  • worker api batch
  • docker run syntax error
  • webpack babel
  • chainer?
  • nuxtjs firebase ui window is not defined
  • nuxt firebaseui ui broken
  • typescript 導入 実働 既存 環境
  • code-prettify nuxt
  • rustを動かしてみる
  • js 復習
  • vue The client-side rendered virtual DOM tree
  • ApexChartsがSSRで描画されない
  • atcoder
  • gitbook Page build failure
  • globalThis
  • Promise.allSettled
  • export * as ns from "module"
  • matchAll
  • js nullish
  • nullish optional chaining
  • nullish node 14 vs 13
  • nodenv global not working
GitBook提供
このページ内

役に立ちましたか?

gitbook Page build failure

まとめ
.nojekyll をmasterブランチに追加する。(ファイルの中身は空でよい)

いつものようにgitbookの記事を書いて、save->mergeとしたらメールが届いた

The page build failed for the `gh-pages` branch with the following error:

The tag `embed` on line 22 in `atcoder-1.md` is not a recognized Liquid tag. For more information, see https://help.github.com/en/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#unknown-tag-error.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

そんなタグは知らないという感じだった。

とりあえず、該当の行を削除して、マージしてみた。が、同じエラー。

ヘルプのサイトを見ると、.nojekyll ファイルを足してほしいとのこと

gitbookのリポジトリのルートに .nojekyll を追加->gitbook上からsave->merge->エラー。。。

別ブランチに追加していた。masterブランチに .nojekyll を追加して、save->mergeしたところエラーメールが届かなくなった

前へatcoder次へglobalThis

最終更新 5 年前

役に立ちましたか?