File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2727 - name : Set up Python
2828 uses : actions/setup-python@v5
2929 with :
30- python-version : ' 3.12'
31- cache : ' pip'
32- cache-dependency-path : ' **/*requirements.txt'
30+ python-version : " 3.12"
31+ cache : " pip"
32+ cache-dependency-path : " **/*requirements.txt"
3333
3434 - name : Install torch CPU-only version
3535 run : python -m pip install -r .github/torch_cpu_requirements.txt
4444 with :
4545 name : Docs HTML
4646 path : build/docs/html
47+ include-hidden-files : true
4748
4849 publish :
4950 name : Upload release to GitHub Pages
8182 runs-on : ubuntu-22.04
8283
8384 steps :
84- - uses : re-actors/alls-green@release/v1
85- with :
86- allowed-skips : publish
87- jobs : ${{ toJSON(needs) }}
85+ - uses : re-actors/alls-green@release/v1
86+ with :
87+ allowed-skips : publish
88+ jobs : ${{ toJSON(needs) }}
You can’t perform that action at this time.
0 commit comments