From 4052532f386054ea53859b884dd6964737de8267 Mon Sep 17 00:00:00 2001 From: jverzani Date: Fri, 26 Aug 2022 14:23:03 -0400 Subject: [PATCH] adjust publish --- .github/workflows/publish.yml | 4 ++-- {.github/workflows => quarto}/documentation.yml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {.github/workflows => quarto}/documentation.yml (100%) 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