Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[all]: Removal of GitHub actions for the moved content #3425

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.