From bb60ba7d1851bc3be324452d96b743e2477b622e Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Mon, 8 May 2023 01:05:37 +0200 Subject: [PATCH] ci(gh-actions): fix indentation in jekyll.yml --- .github/workflows/jekyll.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 1a8bbe0f..4ec756dd 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,18 +9,18 @@ jobs: if: github.repository_owner == 'music-encoding' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v3 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} - restore-keys: | - ${{ runner.os }}-gems- + # Use GitHub Actions' cache to shorten build times and decrease load on servers + - uses: actions/cache@v3 + with: + path: vendor/bundle + key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} + restore-keys: | + ${{ runner.os }}-gems- - # Build Jekyll to the specified target branch - - uses: helaili/jekyll-action@c1527523361ec3ecc54b2371ddef44826e28c0f5 # ratchet:helaili/jekyll-action@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - target_branch: 'gh-pages' \ No newline at end of file + # Build Jekyll to the specified target branch + - uses: helaili/jekyll-action@c1527523361ec3ecc54b2371ddef44826e28c0f5 # ratchet:helaili/jekyll-action@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + target_branch: 'gh-pages' \ No newline at end of file