From 0b4161cd69750e93b75325d89229688ca231c154 Mon Sep 17 00:00:00 2001 From: Chaeyoon Kim Date: Wed, 10 Jul 2024 16:52:16 +0100 Subject: [PATCH] resolve conflict: git workflow clarified --- .github/workflows/quarto-publish-example.yaml | 2 +- docs/tutorials/github.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-publish-example.yaml b/.github/workflows/quarto-publish-example.yaml index 2e6df99..22fe8b1 100644 --- a/.github/workflows/quarto-publish-example.yaml +++ b/.github/workflows/quarto-publish-example.yaml @@ -24,7 +24,7 @@ jobs: - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 - - name: Publish to GitHub Pages (and render) + - name: Publish to Github Pages (and render) uses: quarto-dev/quarto-actions/publish@v2 with: target: gh-pages diff --git a/docs/tutorials/github.qmd b/docs/tutorials/github.qmd index fcd3e38..a814c5c 100644 --- a/docs/tutorials/github.qmd +++ b/docs/tutorials/github.qmd @@ -88,7 +88,7 @@ jobs: - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 - - name: Publish to GitHub Pages (and render) + - name: Publish to Github Pages (and render) uses: quarto-dev/quarto-actions/publish@v2 with: target: gh-pages