diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d73178c5d..5eb2f11f7 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,6 +1,5 @@ name: Documentation -# This workflow clones the tendermint/tendermint repository, builds its static -# documentation, and publishes the results to GitHub Pages. +# This workflow builds the static documentation site, and publishes the results to GitHub Pages. # It runs on every push to the main branch, with changes in the docs and spec directories on: workflow_dispatch: # allow manual updates