Skip to content

Commit 6dad3a6

Browse files
authored
add missing single quote (#1649)
1 parent ce6ff4d commit 6dad3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
# …
162162
```
163163

164-
This uses one cache per calendar day (in the `America/Los_Angeles` time zone). If you deploy multiple times in a day, the results of your data loaders will be reused on the second and subsequent runs. You can customize the `date` and `cache-data` steps to change the cadence of the caching. For example you could use `date +'%Y-%U'` to cache data for a week or `date +'%Y-%m-%dT%H` to cache it for only an hour.
164+
This uses one cache per calendar day (in the `America/Los_Angeles` time zone). If you deploy multiple times in a day, the results of your data loaders will be reused on the second and subsequent runs. You can customize the `date` and `cache-data` steps to change the cadence of the caching. For example you could use `date +'%Y-%U'` to cache data for a week or `date +'%Y-%m-%dT%H'` to cache it for only an hour.
165165

166166
<div class="note">You’ll need to edit the paths above if you’ve configured a source root other than <code>src</code>.</div>
167167

0 commit comments

Comments
 (0)