From 4cf064d347494a5aa3a51acc013c7e3d21acbb89 Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Wed, 14 Aug 2024 12:56:13 -0400 Subject: [PATCH] test 2 --- .gitea/workflows/buildsite.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/buildsite.yml b/.gitea/workflows/buildsite.yml index 555e548..c84e8ea 100644 --- a/.gitea/workflows/buildsite.yml +++ b/.gitea/workflows/buildsite.yml @@ -14,10 +14,12 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 - name: Setup Jekyll - uses: https://git.ttnrtsite.me/actions/jekyll + uses: https://git.ttnrtsite.me/actions/jekyll@main - name: Build site run: bundle install && bundle exec jekyll build + - name: Install git + run: apt install git -y - name: Publish site - uses: https://git.ttnrtsite.me/actions/ttpages + uses: https://git.ttnrtsite.me/actions/ttpages@main with: path: _site \ No newline at end of file