From 9089b2aed5e6546535c34200a37bbac9bbebb238 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Fri, 8 Apr 2022 15:49:11 +0200 Subject: [PATCH] fix comment --- .github/workflows/docs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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