File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ concurrency:
1919
2020jobs :
2121 # Clean up disk space
22- clean :
23- runs-on : ubuntu-latest
24- steps :
25- - name : Docker clean up
26- run : |
27- docker system prune -af
28- - name : Delete files
29- run : |
30- sudo rm -rf /usr/share/dotnet
31- sudo rm -rf /usr/local/share/boost
32- sudo rm -rf /opt/hostedtoolcache/go
33- sudo rm -rf /tmp/*
34- - name : Usage
35- run : |
36- df -h
22+ # clean:
23+ # runs-on: ubuntu-latest
24+ # steps:
25+ # - name: Docker clean up
26+ # run: |
27+ # docker system prune -af
28+ # - name: Delete files
29+ # run: |
30+ # sudo rm -rf /usr/share/dotnet
31+ # sudo rm -rf /usr/local/share/boost
32+ # sudo rm -rf /opt/hostedtoolcache/go
33+ # sudo rm -rf /tmp/*
34+ # - name: Usage
35+ # run: |
36+ # df -h
3737 # Build job
3838 build :
3939 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 172172
173173# The name for this set of Sphinx documents. If None, it defaults to
174174# "<project> v<release> documentation".
175- # html_title = None
175+ html_title = project
176176
177177# A shorter title for the navigation bar. Default is the same as html_title.
178178# html_short_title = None
You can’t perform that action at this time.
0 commit comments