Skip to content

Commit

Permalink
install ruby ¿jekyll?
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Jan 22, 2025
1 parent c0d01f2 commit a2c95c9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
release:
types: [published]
workflow_dispatch:
Expand All @@ -24,6 +21,14 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.2'
bundler-cache: true
- name: Install deps
run: |
npm install -g mermaid.cli
- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit a2c95c9

Please sign in to comment.