Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from Yukuro/feat/add-hugo-mod
Browse files Browse the repository at this point in the history
add hugo modules
  • Loading branch information
Yukuro authored Jan 2, 2024
2 parents b7095b6 + eef9287 commit 595ce31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
hugo-version: 'latest'
extended: true

- name: Setup Go
uses: actions/[email protected]
with:
go-version: '^1.21'

- name: Install Vercel CLI
run: npm install --global vercel@latest

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
hugo-version: 'latest'
extended: true

- name: Setup Go
uses: actions/[email protected]
with:
go-version: '^1.21'

- name: Install Vercel CLI
run: npm install --global vercel@latest

Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/yukuro/hugo-theme-shell

go 1.21

0 comments on commit 595ce31

Please sign in to comment.