update images to new unify logos for unify revamp #19
Workflow file for this run
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: Build Quarto | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
# Only trigger the workflow when the build_quarto flag is set | |
if: contains(github.event.head_commit.message, 'build_quarto') | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: Render Quarto Project | |
uses: quarto-dev/quarto-actions/render@v2 | |
with: | |
to: html |