1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

remove unintentionally committed files again

This commit is contained in:
Helmut K. C. Tessarek 2019-05-09 23:01:49 -04:00
parent 9b27a4f601
commit 440be3d920
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
2 changed files with 0 additions and 9 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$ROOT_DIR/../CliClient/run.sh" apidoc > "$ROOT_DIR/../readme/api.md"

View File

@ -1,5 +0,0 @@
#!/bin/bash
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
node "$ROOT_DIR/build-website.js"
#&& git add -A && git commit -m "Update website" && git pull && git push