Skip to content

Commit

Permalink
Adds jekyll to deploy_to_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 14, 2024
1 parent e4d6a02 commit 3496985
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ jobs:
- name: Check out repository code ${{ github.repository }} on ${{ github.ref }}
uses: actions/checkout@v3

- name: Setup Ruby and Install Jekyll
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true

- name: Restore node modules from cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 3496985

Please sign in to comment.