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