From 7c5df8adcf88bc392fdc3b76ab60f15d9c13ac6f Mon Sep 17 00:00:00 2001 From: Florin Lungu Date: Mon, 8 Jan 2024 18:16:54 +0200 Subject: [PATCH] updated reference to actions-hugo --- doc/template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/template/README.md b/doc/template/README.md index d94e32de..6d7486c0 100644 --- a/doc/template/README.md +++ b/doc/template/README.md @@ -107,10 +107,10 @@ jobs: - uses: actions/checkout@v4 - name: hugo - uses: klakegg/actions-hugo@1.0.0 + uses: floryn90/actions-hugo@1.0.0 ``` -Find out more in [klakegg/actions-hugo](https://github.com/klakegg/actions-hugo). +Find out more in [floryn90/actions-hugo](https://github.com/floryn90/actions-hugo). ### Travis CI