Skip to content

Commit

Permalink
Merge pull request envoyproxy#116 from majinghe/zh
Browse files Browse the repository at this point in the history
修复 CI
  • Loading branch information
majinghe committed Nov 9, 2020
2 parents ac2f71d + 8f48874 commit 8f647fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Build envoy docs and deploy with github pages
on:
push:
branches: [ zh ]
pull_request:
branches: [ zh ]
schedule:
- cron: "* */4 * * *"
# push:
# branches: [ zh ]
# pull_request:
# branches: [ zh ]
- cron: "* */8 * * *"

jobs:

Expand All @@ -23,6 +21,7 @@ jobs:
- name: Build
run: bash ./ci/run_envoy_docker.sh 'docs/build.sh'
- name: Deploy
if: github.event == 'schedule'
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand Down
13 changes: 7 additions & 6 deletions docs/root/intro/arch_overview/listeners/listeners_toc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
.. toctree::
:maxdepth: 2

监听器
监听器过滤器
网络过滤器
TCP 代理
UDP 代理
DNS 过滤器
listeners
listener_filters
network_filters
tcp_proxy
udp_proxy
dns_filter

2 changes: 1 addition & 1 deletion docs/root/intro/intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _intro:

Introduction
介绍
============

.. toctree::
Expand Down

0 comments on commit 8f647fe

Please sign in to comment.