Skip to content

Commit

Permalink
[Add] update github wiki action
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Jan 4, 2025
1 parent 61118d7 commit 65274b3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update Github wiki

on:
push:
branches:
- main
- master

permissions:
contents: write

jobs:
update-wiki:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Update wiki
uses: gouef/github-wiki-sync-repository-action@main
with:
dir: "docs/"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/gouef/web-bootstrap
go 1.23.4

require (
github.com/gouef/diago v1.1.0
github.com/gouef/router v1.1.0
github.com/gouef/diago v1.2.0
github.com/gouef/router v1.2.0
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ github.com/gouef/diago v1.0.0 h1:A2F6CynBzwIDzeNAm9hpy9z+3KLeZiDPGTaUwWib6gc=
github.com/gouef/diago v1.0.0/go.mod h1:OVQN2kBPEmIs1qbl6yBGErCYcEv/KAmgpBmAAPcivfg=
github.com/gouef/diago v1.1.0 h1:JExNf1efSOXMt8Q1IWjJIaC4WuRHffiGNYlmq40SThc=
github.com/gouef/diago v1.1.0/go.mod h1:8NIC1I42HhlH/fMM1Jnm3i9oI+o8iOsis7O+Fk81TMo=
github.com/gouef/diago v1.2.0/go.mod h1:0owQJTVjYQQK1cFbVOuth5egTVKkMAkdFirucr2g2h8=
github.com/gouef/mode v1.0.0 h1:1dtM984WnjwJMjr5EzCa08oItfqFMIPxy5uN+vn4Clw=
github.com/gouef/mode v1.0.0/go.mod h1:qhI8wtOa+DbW290fjLYAQxt9JIDdl4JQiLkrIj3JjLY=
github.com/gouef/mode v1.0.3 h1:rdTXV2qF/YO3YzTWDrqy4connt+mXFaTMvKkcw+df4c=
Expand All @@ -45,6 +46,7 @@ github.com/gouef/router v1.0.1 h1:X/vDX7n1bX4xCcSZwWgHxfBUbmPyBVPmGWj5THz8vfM=
github.com/gouef/router v1.0.1/go.mod h1:fMdDeZZI5pVp+AHGGNXgFK9AW4r1Cn6FdkyxOnbIzvE=
github.com/gouef/router v1.1.0 h1:LQ5PLPY4BdM+2qinAwP15q3lcUw8yO8jPE35iwrGCzg=
github.com/gouef/router v1.1.0/go.mod h1:ymO6Yo+jJkWxoesdsGa0uZJRx//6ceJOnFCXBt+3Sfs=
github.com/gouef/router v1.2.0/go.mod h1:ZAfiTldFH+K++fBo2JdRtGHeCYufsknIXxgtobhKaiE=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
Expand Down

0 comments on commit 65274b3

Please sign in to comment.