Skip to content

Commit

Permalink
render readme
Browse files Browse the repository at this point in the history
  • Loading branch information
obsaditelnost committed Sep 8, 2024
1 parent e7e39a5 commit 1b418cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Render-Readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: read-all

jobs:
render-rmarkdown:
runs-on: ubuntu-latest
runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
Expand All @@ -25,6 +25,9 @@ jobs:

# install packages
- uses: r-lib/actions/setup-r-dependencies@v2
cache: always
extra-packages: local::., rmarkdown
needs: check

# Render README.md using rmarkdown
- name: render README
Expand Down

0 comments on commit 1b418cd

Please sign in to comment.