From 9a512d915013f5467f365242c597c273bfac7f47 Mon Sep 17 00:00:00 2001 From: David Saeger Date: Thu, 25 Jul 2024 10:59:22 -0400 Subject: [PATCH] fixes indent error in gh-action file --- .github/workflows/jekyll.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9b7ac5b..62eac67 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -45,7 +45,7 @@ jobs: run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production - - name: Install dependencies + - name: Install dependencies run: bundle install - name: Create cache directory @@ -80,4 +80,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2