diff options
| -rw-r--r-- | .github/workflows/deploy.yml | 4 | ||||
| -rw-r--r-- | README.md | 17 |
2 files changed, 13 insertions, 8 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a56a5fa7..f9ed5469 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,13 @@ on: push: branches: ["prod"] workflow_dispatch: + workflow_run: + workflows: ["Publish website docker image"] + types: [completed] jobs: deploy-app: + if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name != 'workflow_run' }} runs-on: ubuntu-22.04 steps: - name: Create SSH key @@ -22,17 +22,18 @@ The latest release will be marked _latest_. ## Documentation -You can find the OpenDC documentation [on the website](https://opendc.org/opendc/). +You can find the OpenDC documentation [on the website](https://opendc.org). The documentation is divided into several sections: -* [Getting Started](https://opendc.org/opendc/docs/category/getting-started/) -* [Tutorials](https://opendc.org/opendc/docs/category/tutorials/) -* [Advanced Guides](https://opendc.org/opendc/docs/category/advanced-guides/) -* [Where to Get Support](https://opendc.org/opendc/community/support/) -* [Contributing Guide](https://opendc.org/opendc/community/contributing/) +* [Getting Started](https://opendc.org/learn/category/getting-started) +* [Tutorials](https://opendc.org/learn/category/tutorials) +* [Where to Get Support](https://opendc.org/community/support) +* [Contributing Guide](https://opendc.org/community/contributing) -The source code for the documentation is located in the [gh-pages branch](https://github.com/atlarge-research/opendc/tree/gh-pages). -Push to that branch to update the documentation. +You find information about the research projects and publications related to OpenDC in the [research section](https://opendc.org/research/publications). + +The source code for the website is located in the [gh-pages branch](https://github.com/atlarge-research/opendc/tree/gh-pages). +Push to that branch to update the website. ## Contributing |
