diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f962616..061b69e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,5 @@ -# This is *if* we have CI publish; currently we use `quarto render gh-pages` on: + workflow_dispatch: push: branches: main @@ -31,4 +31,4 @@ jobs: render: false path: quarto/ env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/documentation.yml b/quarto/documentation.yml similarity index 100% rename from .github/workflows/documentation.yml rename to quarto/documentation.yml