Skip to content

Commit

Permalink
More pipeline tries
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-perez-rodriguez committed Jun 15, 2024
1 parent 4ee3b68 commit 0612175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: |
- args: [--dev, --frozen-lockfile]
- name: Install Pnpm
uses: pnpm/action-setup@v4
- name: Install dev-dependencies
run: pnpm install --dev --frozen-lockfile
- name: Generate Documentation
run: pnpm doc
- name: Setup Pages
Expand Down

0 comments on commit 0612175

Please sign in to comment.