Skip to content

Create scorecard.yml #8

Create scorecard.yml

Create scorecard.yml #8

Workflow file for this run

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 RI1
run: |
cd doc/ref_impl/cntt-ri
echo "---------------------------------------------------------------------------------------"
echo "---------------------------------- Building RI1 ---------------------------------------"
echo "---------------------------------------------------------------------------------------"
tox -e docs
echo "Building RI1 was successful! "
cd -
- name: Store html build result
uses: actions/upload-artifact@v3
with:
name: ri1-html
path: |
doc/ref_impl/cntt-ri/build