ssp6904.ttnrtsite.io/.gitea/workflows/buildsite.yml
Shaun Hoffer f7cda28241
Some checks failed
Build site / build (push) Failing after 1m47s
test 1
2024-08-14 12:52:51 -04:00

23 lines
470 B
YAML

---
name: Build site
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Jekyll
uses: https://git.ttnrtsite.me/actions/jekyll
- name: Build site
run: bundle install && bundle exec jekyll build
- name: Publish site
uses: https://git.ttnrtsite.me/actions/ttpages
with:
path: _site