Skip to content

Chore/update deps

Chore/update deps #18

Workflow file for this run

name: build-resume
# Controls when the action will run.
# yamllint disable-line rule:truthy
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- main
paths:
- 'markdown/**'
- 'styles/**'
- 'templates/**'
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-resume:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Build resume
uses: ./actions
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
# Artifact name
name: resume-${{ github.sha }}.pdf
# A file, directory or wildcard pattern that describes what to upload
path: output/resume.pdf