Skip to content

Commit

Permalink
do not store deb file
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Jul 28, 2023
1 parent 42e73fd commit eb02adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo apt-get -y install libssl3
sudo dpkg -i wkhtmltox_*.deb
rm -f wkhtmltox_*.deb
wkhtmltopdf --javascript-delay 45000 --enable-local-file-access \
print_page.html nwchemusermanual.pdf
ls -l nwchemusermanual.pdf
Expand Down

0 comments on commit eb02adb

Please sign in to comment.