From 32345dd4dc846d5d9b1c0449bba9a37cab8174c8 Mon Sep 17 00:00:00 2001 From: webrian Date: Sat, 9 Dec 2023 16:12:36 +0100 Subject: [PATCH] Update build-pages-and-deploy.yml --- .github/workflows/build-pages-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pages-and-deploy.yml b/.github/workflows/build-pages-and-deploy.yml index f22f9fb..d9c9b10 100644 --- a/.github/workflows/build-pages-and-deploy.yml +++ b/.github/workflows/build-pages-and-deploy.yml @@ -32,12 +32,12 @@ jobs: cd ./scripts/; ./write-courses.py - name: Setup Ruby environment - run: gem install jekyll bundler jekyll-youtube uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' bundler-cache: true cache-version: 0 + - run: gem install jekyll bundler jekyll-youtube - name: Build website with Jekyll run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"