Skip to content

Commit

Permalink
DEV TEMP update to althea's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Dec 20, 2024
1 parent 9b304d2 commit 90f2fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pip check
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.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre_commit_update_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Apply and commit updates
run: |
git clone https://github.com/MPAS-Dev/geometric_features.git update-pre-commit-deps
git clone https://github.com/altheaden/geometric_features.git update-pre-commit-deps
cd update-pre-commit-deps
# Configure git using GitHub Actions credentials.
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
--title "Update pre-commit and its dependencies" \
--body "This PR was auto-generated to update pre-commit and its dependencies." \
--head update-pre-commit-deps \
--reviewer altheaden,xylar \
--reviewer altheaden \
--label ci
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 90f2fd5

Please sign in to comment.