Skip to content

Updated About Bitscoper Cyber ToolBox #3

Updated About Bitscoper Cyber ToolBox

Updated About Bitscoper Cyber ToolBox #3

Workflow file for this run

name: Build LaTeX
on:
push:
branches:
- main
jobs:
build_latex:
name: Build LaTeX
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build LaTex
uses: hspaans/[email protected]
with:
filename: Resume.tex
format: pdf
options: -cd -pdf -synctex=1 -interaction=nonstopmode -file-line-error
- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: Resume.pdf
tag: "Latest"
token: ${{ secrets.GITHUB_TOKEN }}