diff --git a/.github/scripts/apidoc.sh b/.github/scripts/apidoc.sh index b2daaf624..8f4712425 100755 --- a/.github/scripts/apidoc.sh +++ b/.github/scripts/apidoc.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Process (API) docs after a successful build on Travis (via ../.travis.yml). +# Process (API) docs after a successful build on GitHub Actions. # # Updated/changed documentation for "master" is pushed to gh-pages. # In case of pull requests or other branches, it will get added to a separate branch. @@ -63,7 +63,7 @@ cat > ../doc/README.md <