Skip to content

Commit

Permalink
Merge pull request #27 from d-morrison/r-courses
Browse files Browse the repository at this point in the history
R courses
  • Loading branch information
d-morrison authored Dec 11, 2024
2 parents 5591dbf + 9d402e6 commit d748c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@HEAD

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
uses: quarto-dev/quarto-actions/setup@HEAD

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
uses: quarto-dev/quarto-actions/publish@HEAD
with:
target: gh-pages
env:
Expand Down

0 comments on commit d748c5f

Please sign in to comment.