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.
2 parents 05ac1ec + 1e31b11 commit f2247b8Copy full SHA for f2247b8
docs/source/config_files.rst
@@ -162,8 +162,8 @@ Note that by default the build will not be stopped if an error occurs inside a s
162
You should include ``set -e`` or the equivalent at the start of the script to avoid errors being silently ignored.
163
164
An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org.
165
-It uses a ``postBuild`` file in a folder called ``binder`` to `prepare
166
-their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/binder/postBuild>`_.
+It uses a ``postBuild`` file in a folder called ``.binder`` to `prepare
+their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/.binder/postBuild>`_.
167
168
169
.. _start:
0 commit comments