From 8244884e21297d9961f64c551ad0fe90598f82d2 Mon Sep 17 00:00:00 2001 From: Emma Rand <7593411+3mmaRand@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:39:03 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e054371..4d83ada 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,6 @@ jobs: - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2 with: - target: gh-pages + target: main env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}