trying chirpy theme
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 7m43s

This commit is contained in:
2024-11-14 14:44:22 +01:00
parent 88445429f8
commit 79e87b8af2
183 changed files with 12108 additions and 224 deletions

View File

@@ -10,7 +10,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches:
- main
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -37,13 +37,21 @@ jobs:
- name: checkout pages
uses: actions/checkout@v4
with:
ref: 'pages'
path: 'pages'
ref: "pages"
path: "pages"
- name: Setup Ruby
run: |
apt-get update && \
apt-get install ruby-full build-essential zlib1g-dev -y && \
gem install bundler jekyll webrick
- name: Setup Node
uses: actions/setup-node@v4
with:
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: |