Skip to content

Commit

Permalink
docs: update docs make file
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 13, 2021
1 parent f5e2fd9 commit 6eeb56e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ gh-pages:
git push origin gh-pages && \
git checkout main && \
git submodule update --recursive && \
npm install && \
npm run prepare && \
git restore package-lock.json
pnpm install && \
pnpm run prepare && \
git restore pnpm-lock.yaml

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.4",
"lint-staged": "11.2.5",
"pnpm": "^6.23.6",
"remark": "^14.0.2",
"remark-cli": "10.0.0",
"remark-lint": "9.1.0",
Expand Down
10 changes: 9 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eeb56e

Please sign in to comment.