mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
* Github Action to automatically sync content Content is synced from coredns/coredns and checked before being committed into the same repository so master should always reflect the correct state. It is using a scheduled github action for now as this removes any github authentication coordination and simplifies the general action. This prepares further automation for Netlify. Being run every 12 minutes starting on the 4th minute. Signed-off-by: Michael Grosser <development@stp-ip.net> * Address review comment to keep make command for running hugo server Signed-off-by: Michael Grosser <development@stp-ip.net> * Write updated syncing script in Go Uses AST to get header data. Checks content to notice, if an update is needed. Signed-off-by: Michael Grosser <development@stp-ip.net> * Simplify sync code Remove ast usage and simplify syncing code Additionally split corefile check into its own workflow Signed-off-by: Michael Grosser <development@stp-ip.net>
6 lines
84 B
AMPL
6 lines
84 B
AMPL
module coredns.io/internal/sync
|
|
|
|
go 1.13
|
|
|
|
require github.com/BurntSushi/toml v0.3.1
|