Skip to content

Commit

Permalink
modified: .github/workflows/publish.yaml
Browse files Browse the repository at this point in the history
	modified:   go.mod
  • Loading branch information
dunxuan committed Oct 13, 2024
1 parent 74b4de5 commit 6461bce
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.135.0"
WC_HUGO_VERSION: "0.123.3"

on:
# Trigger the workflow every time you push to the `main` branch
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/HugoBlox/hugo-blox-builder/starters/blog

go 1.23
go 1.15

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind main
Expand Down

0 comments on commit 6461bce

Please sign in to comment.