Skip to content

Commit

Permalink
call generate-tables.sh in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Nov 20, 2023
1 parent ccd863c commit 3a6237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-clartable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Generate tables
run: |
mkdir tables || true
python -m rfhg -o ./tables/
./rfhg/generate-tables.sh
echo "Tables generated"
- name: Deploy tables to gh-pages
uses: JamesIves/github-pages-deploy-action@v4 # https://github.com/JamesIves/github-pages-deploy-action
Expand Down

0 comments on commit 3a6237f

Please sign in to comment.