aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-09-08 02:26:22 +0200
committerV <vendicated@riseup.net>2023-09-08 02:26:47 +0200
commit5e3a485edcea44bd4b79d0c68665613486fcb0df (patch)
treee0b5bc6b556cd537d14b75eafb2808a3d1d17e53 /.github
parent452bf72e5675f52bc52694d7191074fe28216a45 (diff)
downloadVencord-5e3a485edcea44bd4b79d0c68665613486fcb0df.tar.gz
Vencord-5e3a485edcea44bd4b79d0c68665613486fcb0df.tar.bz2
Vencord-5e3a485edcea44bd4b79d0c68665613486fcb0df.zip
ci: generate plugin readme map
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3815d0d..d9e2789 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
run: pnpm build --standalone
- name: Generate plugin list
- run: pnpm generatePluginJson dist/plugins.json
+ run: pnpm generatePluginJson dist/plugins.json dist/plugin-readmes.json
- name: Clean up obsolete files
run: |