From 45b5a9b8d7cc9a82174096f7edd60b3dc0521836 Mon Sep 17 00:00:00 2001 From: Shylie Date: Mon, 6 May 2024 06:41:53 -0400 Subject: [PATCH] Remove setup-ruby, assume jekyll is installed on host --- .gitea/workflows/jekyll.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index e5f3f79..433514d 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -11,9 +11,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 - with: - ruby-version: '3.1' - bundler-cache: true - cache-version: 0 \ No newline at end of file + - name: Build + run: jekyll build --destination /usr/share/caddy/shylie.info/_site \ No newline at end of file