Skip to content

Commit

Permalink
github-actions: cleaned up generate-rst
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 26, 2020
1 parent 80ae8a7 commit f75e1d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate-rst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
run: |
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
make env
git submodule foreach 'git checkout master'
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 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/*
git submodule foreach 'git add .'
export DAT=`date +"%Y-%m-%d %k:%M"`
Expand Down

0 comments on commit f75e1d8

Please sign in to comment.