diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:11:57 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:11:57 -0300 |
commit | 81ca655c67f337f399bd67d08779f5b1a33d68f6 (patch) | |
tree | 8683e5332e81ce1e74b0f96a84978c7489ee9283 /.github/workflows/gh-pages.yml | |
parent | f9ba6222e4278479a6eb221d644abdeca9dc4583 (diff) | |
download | hugo-bearcub-81ca655c67f337f399bd67d08779f5b1a33d68f6.tar.gz hugo-bearcub-81ca655c67f337f399bd67d08779f5b1a33d68f6.tar.bz2 |
Update hugo version req
Diffstat (limited to '.github/workflows/gh-pages.yml')
-rw-r--r-- | .github/workflows/gh-pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d342f7e..f7f133d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,7 +19,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - # extended: true + extended: true - name: Build run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://clente.github.io/hugo-bearcub/ |