rollback action.yml #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# action.yml | |
name: "Build LaTeX resume PDF" | |
description: "Commit to master to trigger auto build, pdf in out folder" | |
runs: | |
using: "docker" | |
image: "Dockerfile" |