Skip to content

Update ĉefa.yml

Update ĉefa.yml #24

Workflow file for this run

name: konverti prezentaĵon al filmo
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
konverto:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y ffmpeg default-jre libreoffice-java-common libreoffice-impress
- run: sudo sed -i 's/\(^.*policy.*domain.*coder.*rights.*\)none\(.*pattern.*PDF.*$\)/\1read|write\2/' /etc/ImageMagick-6/policy.xml
- run: cat /etc/ImageMagick-6/policy.xml
- run: make
- run: find .
if: always()
- run: ls -l PDF
if: always()