Customization and test-fix
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 5m48s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 5m48s
This commit is contained in:
@@ -50,8 +50,6 @@ jobs:
|
||||
node-version: lts/*
|
||||
- name: Build Assets
|
||||
run: npm i && npm run build
|
||||
- name: Test Site
|
||||
run: bash tools/test.sh
|
||||
- name: Build with Jekyll
|
||||
# Outputs to the './_site' directory by default
|
||||
run: |
|
||||
@@ -59,6 +57,8 @@ jobs:
|
||||
bundle exec jekyll build --destination pages
|
||||
env:
|
||||
JEKYLL_ENV: production
|
||||
- name: Test Site
|
||||
run: bash tools/test.sh
|
||||
- name: push pages
|
||||
run: |
|
||||
cd pages && \
|
||||
|
||||
Reference in New Issue
Block a user