diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 18:22:49 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 18:22:49 -0800 |
commit | 460e71a57bbfe9335be2453f2994f5efb7ac29ba (patch) | |
tree | 109ec75551f57a53586a9a7c12d4c3f256890d7d /index.org | |
parent | 089f3415a0cd27dc4dd06c1bfd77b85559840e4e (diff) |
manually fix stem code blocks
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "able to run stem code due to org-babel-execute!" +git commit -m "manually fix stem code blocks" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src |