mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-11 17:09:28 +00:00
Add submodule checkout for themes
This commit is contained in:
@@ -25,6 +25,10 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# Need to checkout submodules for themes
|
||||||
|
- name: Checkout submodules
|
||||||
|
uses: textbook/git-checkout-submodule-action@2.1.1
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Hugo Build
|
- name: Hugo Build
|
||||||
uses: jakejarvis/hugo-build-action@v0.80.0
|
uses: jakejarvis/hugo-build-action@v0.80.0
|
||||||
|
|||||||
Reference in New Issue
Block a user