We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5b72b commit b8a6e0eCopy full SHA for b8a6e0e
Makefile
@@ -21,11 +21,16 @@ serve:
21
--buildFuture \
22
--disableFastRender
23
24
-production-build:
+public/docs/latest:
25
+ rm -fr containerd # seems Netlify is caching this directory.
26
+ git clone --depth 1 https://github.com/containerd/containerd.git containerd
27
+ mv containerd/docs content/docs/latest
28
+
29
+production-build: public/docs/latest
30
hugo \
31
--minify
32
-preview-build:
33
+preview-build: public/docs/latest
34
35
--baseURL $(DEPLOY_PRIME_URL) \
36
--buildDrafts \
0 commit comments