build: Let's try to put docs somewhere.

This commit is contained in:
Cory McWilliams 2025-02-02 21:40:29 -05:00
parent 3f8f0e14f4
commit c4af799279

View File

@ -38,6 +38,8 @@ jobs:
submodules: true
- run: ln -s /opt/keys .keys
- run: ln -s /opt/deps/ios_toolchain deps/ios_toolchain
- run: make docs
- run: rsync -e "ssh -i /opt/keys/ssh.ed25519" out/html/ tfdocs@pildefriends:docs/html/
- name: Setup JDK
uses: actions/setup-java@v3
with: