diff --git a/.github/workflows/docs_workflow.yml b/.github/workflows/docs_workflow.yml index fb5a1bcb..f4db68be 100644 --- a/.github/workflows/docs_workflow.yml +++ b/.github/workflows/docs_workflow.yml @@ -67,7 +67,7 @@ jobs: geometric_features sync diags --help cd docs # gh-pages branch must already exist - git clone https://github.com/MPAS-Dev/geometric_features.git --branch gh-pages --single-branch gh-pages + git clone https://github.com/altheaden/geometric_features.git --branch gh-pages --single-branch gh-pages # Make sure we're in the gh-pages directory. cd gh-pages # Create `.nojekyll` (if it doesn't already exist) for proper GH Pages configuration.