aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages.yml
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-07-02 14:29:59 +0300
committerMatias Elo <matias.elo@nokia.com>2021-07-02 14:29:59 +0300
commit21689a2b95763d5c3b64b835419ddda220322fc0 (patch)
tree4181f63a3923a4c5b62feb330a5cdfd54c0cf198 /.github/workflows/gh-pages.yml
parent3a7a24023021f5959dd2f00fe83cf2635bf25c2d (diff)
parentcb9c89bdd732640915cb04a4775f0e866c932de2 (diff)
Merge tag 'v1.30.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@nokia.com>
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