added deno install
This commit is contained in:
parent
27e3c15425
commit
fc9da9b54e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nuxtjs.yml
vendored
2
.github/workflows/nuxtjs.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install python-frontmatter
|
run: pip install python-frontmatter && deno install
|
||||||
- name: Update Page list
|
- name: Update Page list
|
||||||
run: deno utils/pageupdater/update_pagelist.ts
|
run: deno utils/pageupdater/update_pagelist.ts
|
||||||
- name: Update Page history
|
- name: Update Page history
|
||||||
|
|
Loading…
Add table
Reference in a new issue