Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet-irsn committed Feb 7, 2024
1 parent 3c6eb69 commit f89aab2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ on:
name: Render & Deploy Site

jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v2

with:
http-user-agent: 'release'
use-public-rspm: true

- uses: r-lib/actions/setup-pandoc@v2

- name: Install dependencies
Expand Down

0 comments on commit f89aab2

Please sign in to comment.