Skip to content

Commit

Permalink
Also pin eris version in documentation script
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh committed Feb 22, 2021
1 parent 7c089aa commit 3d2834d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release documentation
on:
push:
tags:
- 'v*'
- "v*"

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
# Direct dependencies
yarn install
# Peer dependencies
npm i --no-save eris
npm i --no-save eris@0.13
- name: Generate and push documentation
env:
Expand Down

0 comments on commit 3d2834d

Please sign in to comment.