Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Dec 9, 2023
1 parent 4c517c8 commit 1096503
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
ruby-version: '3.2'
bundler-cache: true
cache-version: 0
- run: gem install jekyll bundler jekyll-youtube

- name: Install jekyll, bundler and jekyll-youtube gem
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 1096503

Please sign in to comment.