Lines Matching full:name
1 name: Build docs
16 - name: Checkout
21 - name: Setup Python
25 - name: Cache Python packages
38 - name: Install Doxygen and Latex dependencies
42 - name: Install requirements
45 - name: Setup Emscripten cache
55 - name: ccache
57 - name: Build examples (with cache)
59 - name: Build docs
61 - name: Remove .doctrees
63 - name: Retrieve version
65 echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
67 - name: Deploy to subfolder
80 - name: Deploy to master