mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-11 08:59:31 +00:00
Add submodule checkout for themes
This commit is contained in:
@@ -24,6 +24,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user