Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: build automatizzata #147

Closed
wants to merge 12 commits into from
30 changes: 30 additions & 0 deletions .github/workflows/vademecum.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Vademecum
on: [push]

jobs:
Runningscript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Update repos
run: sudo apt update

- name: Install poppler-utils
run: sudo apt install poppler-utils

- name: Install wkhtmltopdf
run: sudo apt install xvfb libfontconfig wkhtmltopdf

- name: Making script executable
run: chmod +x scripts/build.sh

- name: Running deployment script
run: sh ./scripts/build.sh

- uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
Mte90 marked this conversation as resolved.
Show resolved Hide resolved
BRANCH_NAME: '' #optional defaults to master


File renamed without changes.
Binary file modified volantino/pdf/Vademecum_2.0_CV.pdf
Binary file not shown.
Binary file modified volantino/pdf/Vademecum_2.0_VG.pdf
Binary file not shown.
Binary file modified volantino/pdf/Vademecum_2.0_VT.pdf
Binary file not shown.
Binary file modified volantino/png/Vademecum_2.0_CV_fronte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified volantino/png/Vademecum_2.0_CV_retro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified volantino/png/Vademecum_2.0_VG_fronte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified volantino/png/Vademecum_2.0_VG_retro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified volantino/png/Vademecum_2.0_VT_fronte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified volantino/png/Vademecum_2.0_VT_retro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.