From f7a40f19166b3ed9f68594b6ad4e24ec4295e345 Mon Sep 17 00:00:00 2001 From: SooluThomas Date: Wed, 14 Feb 2024 21:03:16 -0500 Subject: [PATCH] Copy paste error --- .github/workflows/deploy_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index ea3b78f..cd4c53f 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -44,7 +44,7 @@ jobs: - name: Build and deploy docs run: | - git remote add gh-token "https://${{secrets.GH_TOKEN}}@github.com/Andre601/MyRepo.git" + git remote add gh-token "https://${{secrets.GH_TOKEN}}@github.com/NOAA-HES-Capstone/icedyno.git" git fetch gh-token && git fetch gh-token gh-pages:gh-pages pixi run mkdocs build pixi run mkdocs gh-deploy --force --clean --verbose --remote-name gh-token