Skip to content

Commit

Permalink
Update build-pages-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Dec 9, 2023
1 parent 1d4ecbc commit 32345dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 32345dd

Please sign in to comment.