Skip to content

Commit

Permalink
deploy fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeycho committed Nov 26, 2024
1 parent 70e60a6 commit 289d131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages

env:
WC_HUGO_VERSION: '0.97.3'
WC_HUGO_VERSION: '0.101.0'

on:
# Trigger the workflow every time you push to the `main` branch
Expand Down
2 changes: 1 addition & 1 deletion scripts/view-starter-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal -> ../..
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo -> ../../../modules/wowchemy-seo,
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core -> ../../../modules/wowchemy-core,
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms -> ../../../modules/wowchemy-plugin-netlify-cms" \
hugo --panicOnWarning --minify --renderStaticToDisk -F \
hugo --panicOnWarning --minify -F \
--source "starters/$1" --destination "./dist"

0 comments on commit 289d131

Please sign in to comment.