Skip to content

Commit

Permalink
🎻 Install jinja2 for docs (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Mar 24, 2022
1 parent 2cbeb41 commit e318fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
uses: actions/checkout@v3.0.0
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
uses: actions/setup-node@master
uses: actions/setup-node@v3.0.0
with:
node-version: 16.x
- run: npm i -g pnpm@6.20.3
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1.2.2
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm run release
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Sphinx==3.0.3
pygments-lexer-solidity==0.5.1
sphinx-rtd-theme==0.4.3
sphinx-tabs==1.1.13
jinja2==3.0.3

0 comments on commit e318fd4

Please sign in to comment.