added deno install

This commit is contained in:
Mrrp 2025-01-03 21:51:53 -08:00
parent 27e3c15425
commit fc9da9b54e

View file

@ -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