This commit is contained in:
Mrrp 2025-01-03 21:53:16 -08:00
parent fc9da9b54e
commit 5709ba12f2
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pip install python-frontmatter && deno install 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 --allow-all
- name: Update Page history - name: Update Page history
run: python utils/pageupdater/commit_post_history.py run: python utils/pageupdater/commit_post_history.py
- name: Generate RSS feed - name: Generate RSS feed

View file

@ -1,5 +1,5 @@
import * as fs from 'node:fs'; import * as fs from 'node:fs';
import * as pages from './pages'; import * as pages from './pages.ts';
import { format } from 'date-fns'; import { format } from 'date-fns';
// Type for metadata and page info // Type for metadata and page info