Update action to force copy
Some checks failed
Update Wiki from JSDoc / update-wiki (pull_request) Failing after 11s
Lint JavaScript/Node.js / lint-js (pull_request) Successful in 10s
DRB Tests / drb_mocha_tests (pull_request) Successful in 26s

This commit is contained in:
Logan Cusano
2024-08-17 19:33:06 -04:00
parent 1fb4728b0a
commit 6f45a60030

View File

@@ -37,7 +37,7 @@ jobs:
- name: Update wiki
run: |
cp -r home.md wiki/Home.md
cp -rf home.md wiki/Home.md
cd wiki
git config user.name "gitea-actions"
git config user.email "gitea-actions@cusano.net"