Customization and test-fix
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 5m48s

This commit is contained in:
2024-11-14 15:01:04 +01:00
parent 79e87b8af2
commit 9d3620e3b9
8 changed files with 24 additions and 23 deletions

View File

@@ -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 && \