We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfc864 commit 8dfcdd3Copy full SHA for 8dfcdd3
Makefile
@@ -18,6 +18,7 @@ publish-docs: build-docs
18
git clone --single-branch --branch gh-pages git@github.com:getsentry/sentry-javascript.git && \
19
cp -r /tmp/sentry-js-docs/docs/* /tmp/sentry-js-docs/sentry-javascript/ && \
20
cd /tmp/sentry-js-docs/sentry-javascript && \
21
- git commit -a -m "meta: Update docs" && \
+ git add --all && \
22
+ git commit -m "meta: Update docs" && \
23
git push origin gh-pages
24
.PHONY: publish-docs
0 commit comments