mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-22 19:05:12 -04:00
Merge branch 'master' of github.com:adityatelange/hugo-PaperMod
This commit is contained in:
commit
fe986eb333
1 changed files with 5 additions and 2 deletions
5
.github/workflows/gh-pages.yml
vendored
5
.github/workflows/gh-pages.yml
vendored
|
@ -12,9 +12,12 @@ jobs:
|
|||
with:
|
||||
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
|
||||
|
||||
- name: Setup hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue