diff options
Diffstat (limited to 'scripts/gh-pages.sh')
-rwxr-xr-x | scripts/gh-pages.sh | 2 |
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 | ||
3 | git checkout -- .gitignore index.html && \ | 3 | git checkout gh-pages -- .gitignore index.html && \ |
4 | npm run build && npm run docs && \ | 4 | npm run build && npm run docs && \ |
5 | git branch --force gh-pages HEAD && \ | 5 | git branch --force gh-pages HEAD && \ |
6 | git checkout gh-pages && \ | 6 | git checkout gh-pages && \ |