File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 submodules : recursive
5555 - name : Setup Pages
5656 id : pages
57- uses : actions/configure-pages@v5
57+ uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # 6.0.0
5858 - name : Install Node.js dependencies
5959 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
6060 - name : Build with Hugo
6868 --baseURL "${{ steps.pages.outputs.base_url }}/" \
6969 --themesDir ../..
7070 - name : Upload artifact
71- uses : actions/upload-pages-artifact@v3
71+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # 5.0.0
7272 with :
7373 path : docs/site/homepage/public
7474
8282 steps :
8383 - name : Deploy to GitHub Pages
8484 id : deployment
85- uses : actions/deploy-pages@v4
85+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # 5.0.0
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ Optional OCIO functionality also depends on:
142142- Doxygen (for the docs)
143143- NumPy (optionally used in the Python test suite)
144144- \* pybind11 >= 2.9.2 (for the Python binding)
145- - Python >= 3.9 (for the Python binding only)
146- - Python 3.9 + (for building the documentation)
145+ - Python >= 3.10 (for the Python binding only)
146+ - Python 3.10 + (for building the documentation)
147147
148148Building the documentation requires the following packages, available via PyPI:
149149
You can’t perform that action at this time.
0 commit comments