diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 679b02252..75505d6bb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,10 +3,10 @@ name: Build and Deploy on: push: branches: - - ecg + - master pull_request: branches: - - ecg + - master permissions: contents: write diff --git a/README.md b/README.md index 7a4a55be4..8c77c0613 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ GHGF is the Python version of the generalized and nodalized Hierarchical Gaussian Filter implemented [JAX](https://github.com/google/jax), which allows just-it-time compilation and autograd. The package provides a low-level interface for models creation that can be optimized and embedded in multilevel graphical probabilistic models. 📖 [Documentation](https://ilabcode.github.io/ghgf/) -🎓 [Theory](https://ilabcode.github.io/ghgf/theory.html) -✏️ [Examples](https://ilabcode.github.io/ghgf/tutorials.html) +🎓 [Theory](https://ilabcode.github.io/ghgf/theory.html) +✏️ [Examples](https://ilabcode.github.io/ghgf/tutorials.html) ## Getting started