From 648ebe2abc3c959e6e0dc07c5e2ce758e6559655 Mon Sep 17 00:00:00 2001 From: Brian Clemens Date: Thu, 11 Jan 2024 11:04:13 +0900 Subject: [PATCH] Update website repo URL Signed-off-by: Brian Clemens --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 08f7851a3..bb8f162ca 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -64,7 +64,7 @@ jobs: - name: Update website repo if: github.event_name != 'pull_request' run: | - git clone git@github.com:hpcng/warewulf-web.git ~/warewulf-web + git clone git@github.com:warewulf/warewulf.org.git ~/warewulf-web mkdir -p ~/warewulf-web/static/docs rm -rf ~/warewulf-web/static/docs/${GITHUB_REF##*/} cp -r userdocs/_build/html ~/warewulf-web/static/docs/${GITHUB_REF##*/}