Skip to content

Commit

Permalink
fix typo in workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Jun 16, 2023
1 parent 057a787 commit 394b868
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quarto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
if: contains(github.event.head_commit.message, 'build_quarto')
runs-on: ubuntu-latest

steps:
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
to: html
steps:
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
to: html

0 comments on commit 394b868

Please sign in to comment.