Skip to content

Commit

Permalink
Update push-to-gh-pages.yml
Browse files Browse the repository at this point in the history
Checkout submodules
  • Loading branch information
jimper committed Jan 11, 2024
1 parent 7f697af commit 4ecafc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Build project
run: |
npm install
Expand Down

0 comments on commit 4ecafc1

Please sign in to comment.