From 8fec6aadf4af38f8f27f2ea3088be5659b860740 Mon Sep 17 00:00:00 2001 From: Evelyn Greeves Date: Wed, 20 Sep 2023 12:16:07 +0100 Subject: [PATCH] Change to gh-pages in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 045a437..e054371 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: {{< meta provider >}} + target: gh-pages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file