Remove the web-only files from the wiki archive

This commit is contained in:
Oliver 2026-05-06 16:18:23 -06:00
parent 288f3a54b5
commit 9177b7cc2d

View file

@ -66,8 +66,8 @@ jobs:
- name: "Install dependencies"
run: "npm i"
- name: "Remove development folders"
run: "rm -rf .git .vscode"
- name: "Remove development/web folders"
run: "rm -rf .git .vscode _*"
working-directory: "wiki"
- name: "Compress wiki folder"