modified: .github/workflows/nuxtjs.yml

modified:   assets/meta/blog_list.json
This commit is contained in:
Mrrp 2025-01-03 21:54:17 -08:00
parent 5709ba12f2
commit 4c2c33b269
2 changed files with 9 additions and 9 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: pip install python-frontmatter && deno install
- name: Update Page list
run: deno utils/pageupdater/update_pagelist.ts --allow-all
run: deno --allow-all utils/pageupdater/update_pagelist.ts
- name: Update Page history
run: python utils/pageupdater/commit_post_history.py
- name: Generate RSS feed