We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d77754 commit d98623fCopy full SHA for d98623f
.github/workflows/test.yml
@@ -32,10 +32,7 @@ jobs:
32
run: |
33
JEKYLL_ENV=production bundle exec jekyll build
34
JEKYLL_ENV=production bundle exec jekyll doctor
35
- # SKIP_BUILD=true bundle exec rake test
36
- # NOTE: サイトが仕上がったら、上記テストを走らせると自動検知できる。
37
- # ただ初期は自動検知の通知が多すぎるので手動で実行するのが吉。
38
- python test-directory-structure.py
+ SKIP_BUILD=true bundle exec rake test
39
40
# Deploy job is triggered only pushed to main branch && CI passed
41
deploy:
0 commit comments