trying chirpy theme
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 7m43s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 7m43s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user