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 }}