Skip to content

Commit

Permalink
Test CI for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
okatsn committed Sep 24, 2024
1 parent a33b885 commit e272109
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Quarto Publish
on:
workflow_dispatch:
push:
branches: main
branches:
- main
- arrange-workflows

jobs:
build-deploy:
Expand All @@ -17,6 +19,9 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Copy files before rendering
run: . docs/cpfiles.sh

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit e272109

Please sign in to comment.