Update gh-pages.yml
This commit is contained in:
parent
1a43ef4042
commit
08758ead0a
7
.github/workflows/gh-pages.yml
vendored
7
.github/workflows/gh-pages.yml
vendored
@ -11,8 +11,11 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: exampleSite
|
ref: exampleSite
|
||||||
|
|
||||||
- name: Update theme
|
- name: Get Theme
|
||||||
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: Update theme to Latest commit
|
||||||
run: git submodule update --remote --merge
|
run: git submodule update --remote --merge
|
||||||
|
|
||||||
- name: Setup hugo
|
- name: Setup hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user