Skip to content

Commit a616858

Browse files
author
Niv Ingberg
authored
Removed inefficient _site cache
1 parent 8e2f4f3 commit a616858

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

-9
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,9 @@ jobs:
1515
- run:
1616
name: Install Hugo
1717
command: ./install-hugo.sh
18-
- restore_cache:
19-
keys:
20-
- hugo_site-{{ .Branch }}-{{ epoch }}
21-
- hugo_site-{{ .Branch }}-
22-
- hugo_site-
2318
- run:
2419
name: Build docs using Hugo
2520
command: ./build-site.sh
26-
- save_cache:
27-
paths:
28-
_site
29-
key: hugo_site-{{ .Branch }}-{{ epoch }}
3021
- run:
3122
name: Publish output to S3
3223
command: |

0 commit comments

Comments
 (0)