From 4579010f4583d3731e4863f426ae5f99b17eca24 Mon Sep 17 00:00:00 2001 From: Thasso Griebel Date: Thu, 5 Sep 2024 13:34:41 +0200 Subject: [PATCH] Updated Readme and switch to master This commit updates the Readme with the new URLs and switches the publish workflow to be triggered from the master branch. --- .github/workflows/publish.yml | 2 +- Readme.md | 26 ++++---------------------- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc490a1..8c3d2fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: branches: - - actions-deployment + - master # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/Readme.md b/Readme.md index d218a76..20bdfe6 100644 --- a/Readme.md +++ b/Readme.md @@ -16,30 +16,12 @@ We accept pull requests! Most recent content from the **master** branch (may contain work in progress): -![Build status of master branch](https://dev.azure.com/dashif/Automation/_apis/build/status/Cpix?branchName=master) +[![Build status of master branch](https://github.com/Dash-Industry-Forum/CPIX/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/Dash-Industry-Forum/CPIX/actions/workflows/publish.yml) -* [HTML document](https://dashif-documents.azurewebsites.net/Cpix/master/Cpix.html) -* [PDF document](https://dashif-documents.azurewebsites.net/Cpix/master/Cpix.pdf) -* [Download PDF + HTML as archive](https://dashif-documents.azurewebsites.net/Cpix/master/Cpix.zip) +* [HTML document](http://dashif.org/CPIX/) +* [PDF document](http://dashif.org/CPIX/cpix.pdf) -Most recent content from the **community-review** branch (latest version published for community review): - -![Build status of community-review branch](https://dev.azure.com/dashif/Automation/_apis/build/status/Cpix?branchName=community-review) - -* [HTML document](https://dashif-documents.azurewebsites.net/Cpix/community-review/Cpix.html) -* [PDF document](https://dashif-documents.azurewebsites.net/Cpix/community-review/Cpix.pdf) -* [Download PDF + HTML as archive](https://dashif-documents.azurewebsites.net/Cpix/community-review/Cpix.zip) - -Most recent content from the **published** branch (final outputs published by DASH-IF): - -![Build status of published branch](https://dev.azure.com/dashif/Automation/_apis/build/status/Cpix?branchName=published) - -* [HTML document](https://dashif-documents.azurewebsites.net/Cpix/published/Cpix.html) -* [PDF document](https://dashif-documents.azurewebsites.net/Cpix/published/Cpix.pdf) -* [Download PDF + HTML as archive](https://dashif-documents.azurewebsites.net/Cpix/published/Cpix.zip) - -[View automated build history for all branches](https://dev.azure.com/dashif/Automation/_build?definitionId=6) # Document authoring -See [Document Authoring Kit](https://dashif.org/DocumentAuthoring/) for details on document authoring process and the relevant tooling. +See [Document Authoring Kit](https://dashif.org/DASH-IF-IOP/authoring/) for details on document authoring process and the relevant tooling.