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 9cc7250 commit b1baf1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: |
cd ./scripts/; ./write-courses.py
- name: Setup Ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.x'
bundler-cache: true
- run: gem install jekyll-youtube

- name: Build website with Jekyll
uses: jerryjvl/jekyll-build-action@v1

Expand Down

0 comments on commit b1baf1d

Please sign in to comment.