2 Commits
Author SHA1 Message Date
Ben KochieandGitHub c4f8bf5746 Update for 1.9.3 release (#265)
* Update Hugo to 0.100.2.
* Fixup Hugo deprecation warnings.
* Sync plugin docs.
* Update sync tool Go modules.

Signed-off-by: SuperQ <superq@gmail.com>
2022-06-17 08:02:25 -04:00
Michael GrosserandGitHub 4de83311b1 Github Action to automatically sync content (#178)
* 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>
2020-02-06 11:24:56 +01:00