Skip to content

Commit

Permalink
Merge pull request #7 from neuroinformatics-unit/buildv2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov authored Sep 19, 2024
2 parents 4826f5c + 25270be commit da0567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
quarto render index.qmd --to revealjs
- name: Move outputs to build folder
if: github.event_name == 'push' && github.ref_type == 'tag'
if: github.event_name == 'push' && github.ref_name == 'main'
run: |
mkdir build
mv index.html build/
Expand Down

0 comments on commit da0567e

Please sign in to comment.