github-actions: cleaned up generate-rst
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
6a5016952a
commit
4dbb833f40
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue