Skip to content

Commit

Permalink
ci: go mod fix for docs, ci paths cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohns1 committed Feb 2, 2024
1 parent aa09034 commit d84c7d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]
paths: ["**", "!docs/**", "!README.md", "!LICENSE", "!.local/**"]
paths: ["**", "!docs/**", "!README.md", "!LICENSE", "!.local/**", "!.github/workflows/docs.yml"]
workflow_dispatch:

# Allow one concurrent deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Hugo Docs CI
on:
push:
branches: ["main"]
paths: ["docs/**"]
paths: ["docs/**", ".github/workflows/docs.yml"]
workflow_dispatch:

permissions:
Expand Down
8 changes: 2 additions & 6 deletions docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
module github.com/benjohns1/blinkfile/docs

go 1.21.6
go 1.21

require (
github.com/McShelby/hugo-theme-relearn v0.0.0-20240127110639-eaabbfd6ef20 // indirect
github.com/colinwilson/lotusdocs v0.1.0 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
)
require github.com/McShelby/hugo-theme-relearn v0.0.0-20240127110639-eaabbfd6ef20 // indirect
6 changes: 0 additions & 6 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
github.com/McShelby/hugo-theme-relearn v0.0.0-20240127110639-eaabbfd6ef20 h1:HxDY/RdVVxvCwrXYpQelZmisrgb9125oj10wEgMdkno=
github.com/McShelby/hugo-theme-relearn v0.0.0-20240127110639-eaabbfd6ef20/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
github.com/colinwilson/lotusdocs v0.1.0 h1:oTC8pAYQp9XDNaUwE4SEY+id3ByNELxIIFrktYEGxYA=
github.com/colinwilson/lotusdocs v0.1.0/go.mod h1:9zu2REJDi+zdPRcR5/bRYSUR7gkNF4NQLvV38SEoCP8=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 comments on commit d84c7d1

Please sign in to comment.