Files
Sebastian Rust 5269933e8f
All checks were successful
latex build / Explore-Gitea-Actions (push) Successful in 3m48s
fixed: upload of artifacts should work
2023-08-11 10:21:24 +02:00

22 lines
826 B
YAML

name: latex build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: docker
container:
image: latex
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: make pdf
- uses: actions/upload-artifact@v3
with:
path: quic-message.pdf
name: main.pdf