diff options
author | V <vendicated@riseup.net> | 2023-09-08 02:26:22 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-09-08 02:26:47 +0200 |
commit | 5e3a485edcea44bd4b79d0c68665613486fcb0df (patch) | |
tree | e0b5bc6b556cd537d14b75eafb2808a3d1d17e53 /.github | |
parent | 452bf72e5675f52bc52694d7191074fe28216a45 (diff) | |
download | Vencord-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.yml | 2 |
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: | |