Skip to content

Commit 0b4161c

Browse files
resolve conflict: git workflow clarified
1 parent 7bcefb6 commit 0b4161c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quarto-publish-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Quarto
2525
uses: quarto-dev/quarto-actions/setup@v2
2626

27-
- name: Publish to GitHub Pages (and render)
27+
- name: Publish to Github Pages (and render)
2828
uses: quarto-dev/quarto-actions/publish@v2
2929
with:
3030
target: gh-pages

docs/tutorials/github.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Set up Quarto
8989
uses: quarto-dev/quarto-actions/setup@v2
9090

91-
- name: Publish to GitHub Pages (and render)
91+
- name: Publish to Github Pages (and render)
9292
uses: quarto-dev/quarto-actions/publish@v2
9393
with:
9494
target: gh-pages

0 commit comments

Comments
 (0)