aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gh-pages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gh-pages.sh')
-rwxr-xr-xscripts/gh-pages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gh-pages.sh b/scripts/gh-pages.sh
index e44bab4..a091820 100755
--- a/scripts/gh-pages.sh
+++ b/scripts/gh-pages.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2 2
3git checkout -- .gitignore index.html && \ 3git checkout gh-pages -- .gitignore index.html && \
4npm run build && npm run docs && \ 4npm run build && npm run docs && \
5git branch --force gh-pages HEAD && \ 5git branch --force gh-pages HEAD && \
6git checkout gh-pages && \ 6git checkout gh-pages && \