This commit is contained in:
		| @@ -44,8 +44,9 @@ jobs: | ||||
|           ln -s /opt/deps/ios_toolchain deps/ios_toolchain | ||||
|       - name: Build documentation | ||||
|         run: | | ||||
|           mkdir -p  out/html/ | ||||
|           mkdir -p out/html/ ~/.ssh/known_hosts | ||||
|           make docs | ||||
|           echo 'pildefriends ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD3Kde5vDO0TrMBDK0IGGeNGe/XinWAZkSQ/rXxwUjt' >> ~/.ssh/known_hosts | ||||
|           rsync -avP --delete -e "ssh -i /opt/keys/ssh.ed25519" out/html/ tfdocs@pildefriends:docs/html/ | ||||
|       - name: Setup JDK | ||||
|         uses: actions/setup-java@v3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user