Skip to content

add bib to github

add bib to github #13

Workflow file for this run

name: Build LaTeX document
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: congogbv.tex
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "congogbv.pdf"
bodyFile: .github/workflows/release_info.md