delete workflow-action because of it not working properly

This commit is contained in:
2025-03-15 08:46:46 +01:00
parent 2a02a543e2
commit e2a4aed8ba

View File

@@ -1,19 +0,0 @@
name: Generate and publish Document
on: [ push, workflow_dispatch ]
jobs:
generate-and-publish:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: main.pdf