From 80acd8a341312ec49785f8224108b3be42ba6625 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 29 Jan 2023 18:45:01 +0100 Subject: [PATCH] more details on readme architecture workflow --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e867559..6554e3a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ npm test ## How it works -This repository utilizes `vuepress-deploy` to automatically deploy the current master branch to github pages. +This repository utilizes `vuepress-deploy` to automatically deploy the current `master` branch to github pages. -![repo-architecture](./docs/images/docs/architecture.png) \ No newline at end of file +![repo-architecture](./docs/images/docs/architecture.png) + +A Pullrequest-Review-Workflow is applied to get changes into the `master`. From there on an automatic github workflow script utilizing `vuepress-deploy` is taking over. The vuepress page is built and force-pushed to the `gh-pages` branch, which in turn is then deployed on the github pages infrastructure and bound to the web address [IT4C.dev](https://www.it4c.dev).