github-actions: cleaned up generate-rst

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-26 09:37:57 +01:00
parent 6a5016952a
commit 4dbb833f40
1 changed files with 7 additions and 6 deletions

View File

@ -18,13 +18,14 @@ jobs:
run: |
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
make env
source env/conda/bin/activate skywater-pdk-scripts
git submodule foreach 'git checkout master'
scripts/python-skywater-pdk/skywater_pdk/cells/list.py libraries/*/latest/
scripts/python-skywater-pdk/skywater_pdk/cells/generate/readme.py libraries/*/latest/cells/*
make env
source env/conda/bin/activate skywater-pdk-scripts
which python
python scripts/python-skywater-pdk/skywater_pdk/cells/list.py libraries/*/latest/
python scripts/python-skywater-pdk/skywater_pdk/cells/generate/readme.py libraries/*/latest/cells/*
git submodule foreach 'git add .'
export DAT=`date +"%Y-%m-%d %k:%M"`