Skip to content

Commit

Permalink
disable jekyll for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Oct 31, 2023
1 parent ff2a5be commit 54958bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/release-api-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ mv ../doc/* .
git reset origin/gh-pages
git add .

echo "see https://github.com/ajaxorg/ace/issues/5375" > .nojekyll
git add .nojekyll -f

if [ "$(git status --porcelain)" ]; then
git commit -m "build api reference $ACE_VERSION"
git push origin HEAD:gh-pages --force
Expand Down

0 comments on commit 54958bc

Please sign in to comment.