Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Mar 9, 2022
1 parent f8f8c85 commit e60ea2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
node-version: '14'
cache: 'npm'
- run: npm install
- name: Setup snaps
run: |
sudo snap install yq
- name: Update submodules
run: |
make update-init update-modules
- name: Build site
env:
JEKYLL_ENV: production
Expand Down

0 comments on commit e60ea2d

Please sign in to comment.