fix gh-pages checkout branch
This commit is contained in:
parent
1dffc7393e
commit
d4b3ef754f
|
@ -14,6 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: exampleSite
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
|
|
Loading…
Reference in New Issue