Skip to content

Commit e1c9168

Browse files
committed
Removing cleaning steps from pages workflow
1 parent a9c76d7 commit e1c9168

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/pages.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ concurrency:
1919

2020
jobs:
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
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

0 commit comments

Comments
 (0)