Skip to content

Commit

Permalink
fix action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 28, 2023
1 parent 19e3f70 commit 3bf79c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ on:
workflow_call:

jobs:
name: "Build LaTeX resume PDF"
description: "Commit to master to trigger auto build, pdf in out folder"
runs:
using: "docker"
image: "Dockerfile"
BuildLaTeX:
runs:
using: "docker"
image: "Dockerfile"

0 comments on commit 3bf79c2

Please sign in to comment.