Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Oct 29, 2023
1 parent ebe7030 commit fe8f4d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ build:
tools:
python: "3.11"
jobs:
post_build:
#post_build:
pre_install:
- mkdir -p $READTHEDOCS_OUTPUT/html/emscripten/
- echo "<h1>Hello</h1>" > $READTHEDOCS_OUTPUT/html/emscripten/index.html
- git clone https://github.com/emscripten-core/emsdk.git
- emsdk/emsdk install latest
- emsdk/emsdk activate latest
- . /home/docs/checkouts/readthedocs.org/user_builds/rebound/checkouts/emscripten/emsdk/emsdk_env.sh
- cd emsdk && . ./emsdk_env.sh
- emcc --version
- ls -lsa

Expand Down

0 comments on commit fe8f4d9

Please sign in to comment.