Skip to content

Commit

Permalink
[all]: Removal of GitHub actions for the moved content (#3425)
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <[email protected]>
  • Loading branch information
CsatariGergely authored Feb 20, 2024
1 parent 9b75ed8 commit 8c232a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 103 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,60 +21,3 @@ jobs:
echo "Building GOV was successful! "
cd -
- name: Building RM
run: |
cd doc/ref_model
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RM ----------------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RM was successful! "
cd -
- name: Buiding RA1 and RC1
run: |
cd doc/ref_arch/openstack
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RA1 and RC1 -------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RA1 and RC1 was successful! "
cd -
- name: Building RA2
run: |
cd doc/ref_arch/kubernetes
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RA2 ---------------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RA2 was successful! "
cd -
- name: Building RI1
run: |
cd doc/ref_impl/cntt-ri
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RI1 ---------------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RI1 was successful! "
cd -
- name: Building RI2
run: |
cd doc/ref_impl/cntt-ri2
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RI2 ---------------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RI2 was successful! "
cd -
- name: Building RC2
run: |
cd doc/ref_cert/RC2
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RC2 ---------------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RC2 was successful! "
cd -
46 changes: 0 additions & 46 deletions .github/workflows/build-ra2.yml

This file was deleted.

0 comments on commit 8c232a2

Please sign in to comment.