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 63ec104 commit a8801afCopy full SHA for a8801af
Makefile
@@ -38,6 +38,8 @@ publish: ## Build docs locally
38
39
# get the latest for mongo-php-libray/docs git submodule:
40
git submodule update --remote --init
41
+ # create the source/ directory if it doesn't exist
42
+ mkdir -p source/
43
# rsync the docs source from the submodule to the source/ directory:
44
rsync -a --delete mongo-php-library/docs/ source/
45
# build the publish artefacts using giza:
0 commit comments