mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Disable automatic snippet generation.
This commit is contained in:
parent
9087896c19
commit
cb5529aff8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
|
|
@ -87,7 +87,8 @@ jobs:
|
|||
stack build
|
||||
cd playground
|
||||
stack build
|
||||
stack exec --cwd ../ playground snippets playground/snippets > viewer-elm/dist/snippets.js
|
||||
# We need to install latex before we can generate the snippets.
|
||||
# stack exec --cwd ../ playground snippets playground/snippets > viewer-elm/dist/snippets.js
|
||||
cd viewer-elm
|
||||
npm install
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue