Skip to content

Commit

Permalink
resolve conflict: git workflow clarified
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeyoonKimNHSE committed Jul 10, 2024
1 parent 7bcefb6 commit 0b4161c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/github.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4161c

Please sign in to comment.