Skip to content

Commit 8dfcdd3

Browse files
committed
fix: publish docs
1 parent 6dfc864 commit 8dfcdd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ publish-docs: build-docs
1818
git clone --single-branch --branch gh-pages git@github.com:getsentry/sentry-javascript.git && \
1919
cp -r /tmp/sentry-js-docs/docs/* /tmp/sentry-js-docs/sentry-javascript/ && \
2020
cd /tmp/sentry-js-docs/sentry-javascript && \
21-
git commit -a -m "meta: Update docs" && \
21+
git add --all && \
22+
git commit -m "meta: Update docs" && \
2223
git push origin gh-pages
2324
.PHONY: publish-docs

0 commit comments

Comments
 (0)