We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CircleCI で preview できるようにしたが、以下を見れば分かる通り、CSS等が適用されていない。 basepath で解決できるはずだが、面倒なはず。
https://circleci.com/api/v1/project/vim-jp/vim-jp.github.io/8/artifacts/0/$CIRCLE_ARTIFACTS/vimmagazine/2016/08/31/vimmagazine.html
The text was updated successfully, but these errors were encountered:
artifacts が多くなるとその収集でビルド時間が伸びる。 目安としては 10 ファイルに1秒といったところ。 そのため約300ファイルの現在は30秒を収集に費やしている。 なので生成したファイル群をそのままartifactsとして登録するのではなくて、 それをアーカイブしたもの(.tar.gz)を指定する方が将来のためには良い。
ということを考えると、その .tar.gz をアップロードすると、 それを展開してプレビューさせてくれる静的サイトがあると助かる。
Sorry, something went wrong.
https://www.netlify.com/ ここ、使えませんかね? アーカイブのアップロードに対応してるかは見てないです…
No branches or pull requests
CircleCI で preview できるようにしたが、以下を見れば分かる通り、CSS等が適用されていない。
basepath で解決できるはずだが、面倒なはず。
https://circleci.com/api/v1/project/vim-jp/vim-jp.github.io/8/artifacts/0/$CIRCLE_ARTIFACTS/vimmagazine/2016/08/31/vimmagazine.html
The text was updated successfully, but these errors were encountered: