From 73f4ca2b5ea25e1e2925a8b6c5ac96737a868871 Mon Sep 17 00:00:00 2001 From: Wolfgang Tremmel Date: Thu, 8 Feb 2024 13:03:35 +0100 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8cceeb0..d353cab 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -21,22 +21,16 @@ jobs: with: install-modules: "LWP::UserAgent LWP::Protocol::https" - run: cat *.tex tex/*.tex | perl get-referenced-rfcs > all-rfcs.bib - - name: Upload Bibtex file + - name: Compile Latex Document + uses: xu-cheng/latex-action@v3 + with: + root_file: BGP_for_networks_who_peer.tex + - name: Upload PDF file uses: actions/upload-artifact@v4 with: - name: all-rfcs - path: all-rfcs.bib - -# - name: Compile Latex Document -# uses: xu-cheng/latex-action@v3 -# with: -# root_file: BGP_for_networks_who_peer.tex -# - name: Upload PDF file -# uses: actions/upload-artifact@v4 -# with: -# name: BGP_for_networks_who_peer -# path: BGP_for_networks_who_peer.pdf -# - name: Release -# uses: softprops/action-gh-release@v1 -# with: -# files: BGP_for_networks_who_peer.pdf + name: BGP_for_networks_who_peer + path: BGP_for_networks_who_peer.pdf + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: BGP_for_networks_who_peer.pdf