File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,16 @@ inside a Docker container like this:
49
49
50
50
[source]
51
51
----
52
- $ docker run --rm -t -v $(pwd):/build/site antora/antora:3.1.10 --fetch /docs/antora-playbook.yml
52
+ $ cd docs.cider.mx
53
+ $ docker run -u $(id -u) -v $PWD:/antora:Z --rm -t antora/antora --cache-dir=./.cache/antora antora-playbook.yml
53
54
----
54
55
56
+ Note that despite the message saying `Open file:///antora/build/site/index.html in a browser to view your site.`, you
57
+ you should actually look for `build/site/index.html` in the current directory. (that's because we've mounted the
58
+ current directory as `/antora` in the container)
59
+
60
+ TIP: You can read more about running Antora in a container in the https://docs.antora.org/antora/latest/antora-container/[official docs].
61
+
55
62
== Updating the Playbook
56
63
57
64
When cutting new releases you'll have to updated `antora-playbook.yml` to mention
You can’t perform that action at this time.
0 commit comments