From 34e6fa460f3119ccd2eff83abe8217f5ba8cae6f Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Tue, 9 Jan 2024 17:11:11 +0200 Subject: [PATCH 1/2] Adding building GitHhub action Signed-off-by: Gergely Csatari --- .github/workflows/build-docs.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/build-docs.yml diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml new file mode 100644 index 00000000..2befa157 --- /dev/null +++ b/.github/workflows/build-docs.yml @@ -0,0 +1,28 @@ +name: "Pull Request Docs Check" +on: +- pull_request + +jobs: + docs: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Install prerequisites + run: | + sudo apt-get --allow-releaseinfo-change update -y && sudo apt-get install -y tox + - name: Building RM in HTML + run: | + cd doc/ref_model + echo "---------------------------------------------------------------------------------------" + echo "---------------------------------- Building RM in HTML --------------------------------" + echo "---------------------------------------------------------------------------------------" + tox -e docs + echo "Building RM in html was successful! " + - name: Store html build result + uses: actions/upload-artifact@v3 + with: + name: rm-html + path: | + doc/ref_model/build + From 08037a2ab36d2d8314f519687a1dd9b390374c3e Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Wed, 10 Jan 2024 08:50:53 +0200 Subject: [PATCH 2/2] [Ch7]: Fix broken link Signed-off-by: Gergely Csatari --- doc/ref_model/chapters/chapter07.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref_model/chapters/chapter07.rst b/doc/ref_model/chapters/chapter07.rst index e02f9d24..6f9585eb 100644 --- a/doc/ref_model/chapters/chapter07.rst +++ b/doc/ref_model/chapters/chapter07.rst @@ -1053,8 +1053,8 @@ In Australia, the telecommunication sector is regulated by the The ACCC is responsible for the economic regulation of the communications sector, including telecommunications and the National Broadband Network (NBN), broadcasting and content sectors. -From the cloud services security perspective, the Australian Cyber Security Centre (ACSC) produced -`Information Security Manual (ISM) `__, +From the cloud services security perspective, the Australian Cyber Security Centre (ACSC) produced `Information Security +Manual (ISM) `__, is of particular importance. The purpose of the ISM is to outline a cyber security framework that organisations can apply, using their risk management framework, to protect their information and systems from cyber threats. The ISM is intended for Chief Information Security Officers, Chief Information Officers, cyber security professionals and