Skip to content

Commit

Permalink
reorg to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Sep 20, 2022
1 parent 8641a3d commit 2afba1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make test_coverage
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
if: matrix.config.grb_version == '7.1.0' && github.event_name == 'push' && github.ref == 'refs/heads/reorg'
if: matrix.config.grb_version == '7.1.0' && github.event_name == 'push' && github.ref == 'refs/heads/stable'
with:
branch: gh-pages
folder: build/test_coverage/
Expand Down
2 changes: 1 addition & 1 deletion rtdocs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Automatic Deployment
======================
[LAGraph on ReadTheDocs](https://lagraph.readthedocs.io) is updated automatically when the
reorg branch on github is updated. A webhook from GitHub to RTD activates, and RTD finds the
stable branch on github is updated. A webhook from GitHub to RTD activates, and RTD finds the
`.readthedocs.yaml` file to set up configuration and build and deploy the docs.

Local Build
Expand Down

0 comments on commit 2afba1e

Please sign in to comment.