From 1d68194440bacead142d04be3184ee68868886c5 Mon Sep 17 00:00:00 2001 From: Yuri Goldfeld Date: Thu, 2 May 2024 17:07:26 -0700 Subject: [PATCH] Comment and/or doc changes. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a6abec76..d9a44386e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ name: Flow-IPC pipeline # for pragamtic reasons.) # - doc-and-release: # - Summary: 1, generate documentation from the source code (using Doxygen et al) and make it conveniently -# available. 2, update GitHub Release and GitHub Pages web site with automatically with any relevant info, namely +# available. 2, update GitHub Release and GitHub Pages web site automatically with any relevant info, namely # with the generated docs and source code tarball/zip. # - Generate the documentation using Doxygen et al. The goal here is the *canonical generated documentation*, not # *testing the ability to generate it*. It's a subtle difference, but it's important to note it, because @@ -92,8 +92,8 @@ on: # Created release tag? Just in case, should ensure these builds/tests pass (just in case, but it's redundant # against the branch=main trigger above); generate docs and make them available as artifact (nice: docs for # a particular product version available online); plus: - # signal web sites to update accordingly (there's probably a new release to present, with full source code attached; - # and there are docs for; nice: docs a particular product version available online). + # signal web site to update accordingly (there's probably a new release to present, with full source code attached; + # and there are docs for it; nice: docs for a particular product version available online). tags: - v* # To create the button that runs a workflow manually: testing, debugging, demoing.