Skip to content

Commit

Permalink
names for GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltmann01 authored Oct 28, 2024
1 parent 71ed626 commit 1df4ea3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2

- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Setup renv
uses: r-lib/actions/setup-renv@v2

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

0 comments on commit 1df4ea3

Please sign in to comment.