aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gh-pages.yml')
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 0c5e187c4..e347efa6f 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -29,8 +29,6 @@ jobs:
run: |
pushd doc
mkdir gh-pages
- # Prevent Shippable run on gh-pages branch
- printf "branches:\n except:\n - gh-pages\n" >> gh-pages/.shippable.yml
cp -r application-api-guide/output/html/* gh-pages/
cp -r platform-api-guide/output/html/ gh-pages/platform-api-guide
cp -r helper-guide/output/html/ gh-pages/helper-guide