github-actions: updated script names in generate-rst

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-25 22:50:54 +01:00
parent c594c4973c
commit 6a5016952a
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
source env/conda/bin/activate skywater-pdk-scripts
git submodule foreach 'git checkout master'
scripts/python-skywater-pdk/skywater_pdk/cell_list.py libraries/*/latest/
scripts/python-skywater-pdk/skywater_pdk/cell_readme_generate.py libraries/*/latest/cells/*
scripts/python-skywater-pdk/skywater_pdk/cells/list.py libraries/*/latest/
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"`