Remove useless command from the wiki portion of my action

This commit is contained in:
Oliver 2026-05-05 17:56:20 -06:00
parent 786cb7f5ec
commit a34525f05e

View file

@ -64,7 +64,7 @@ jobs:
token: ${{forgejo.token}}
- name: "Install dependencies"
run: "pwd; npm i"
run: "npm i"
- name: "Remove development folders"
run: "rm -rf .git .vscode"