mirror of
https://github.com/balkian/adsw-lab-1.git
synced 2024-12-22 14:28:12 +00:00
change actions filename
This commit is contained in:
parent
973f837f78
commit
08ff02159a
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Crear enunciados
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
convert_via_pandoc:
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: docker://pandoc/latex:2.9
|
||||||
|
with:
|
||||||
|
args: --output=output/enunciado.pdf enunciado.md
|
||||||
|
- uses: actions/upload-artifact@master
|
||||||
|
with:
|
||||||
|
name: output
|
||||||
|
path: output
|
Loading…
Reference in New Issue
Block a user