diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2026-05-12 13:04:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 13:04:32 +0200 |
| commit | a9178adc223af3ed54cf7121907f8dc36a10d7b3 (patch) | |
| tree | 489adaeb9f06ac99419e9142e17aaefb8b4ee069 | |
| parent | adbab5aa0124e634d399ffda96ef46abfc6d115c (diff) | |
Updated README links (#417)
| -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 |
