diff options
| -rw-r--r-- | deploy.sh | 2 | ||||
| -rw-r--r-- | index.md | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -echo test >> /tmp/mneme-test.log +cd .. npx quartz build @@ -1,2 +1,3 @@ # Hello World -Maybe now
\ No newline at end of file + +Dies ist ein Test.
\ No newline at end of file |
