Add action to build CV/cover letter on commit to main. (#5) #1
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
name: Release | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Release CV and cover letter | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Use Streamline CV GitHub Action | |
uses: Streamline-CV/gh-action-release@main |