From e7239840f45c1ab4888d7bfdc9521ef93664fa33 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sun, 11 Apr 2021 20:58:09 +0200 Subject: [PATCH] docs(github_actions): Remove Travis references Signed-off-by: Lucas Schwiderski --- .github/scripts/apidoc.sh | 4 ++-- .luacheckrc | 2 +- tests/examples/CMakeLists.txt | 2 +- tests/run.sh | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) 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 <