From dc21cb0d60ab015c6d6a3b4ab27dcd9edcb08494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Procha=CC=81zka?= <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:13:25 +0200 Subject: [PATCH] Changed location of results file --- .github/workflows/lib.yml | 1 + LIBRARIES_TEST.md | 1 - README.md | 2 +- docs/source/external_libraries_test.rst | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 LIBRARIES_TEST.md diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index 94e09c64d51..f64f5d01daa 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -106,6 +106,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com + git checkout gh-pages git add ${{ env.RESULT_LIBRARY_TEST_FILE }} git commit -m "Generated External Libraries Test Results" git push diff --git a/LIBRARIES_TEST.md b/LIBRARIES_TEST.md deleted file mode 100644 index 013ed0d36bb..00000000000 --- a/LIBRARIES_TEST.md +++ /dev/null @@ -1 +0,0 @@ -Empty file \ No newline at end of file diff --git a/README.md b/README.md index 46631266dd8..97318c3e120 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Finally, if you are sure no one else had the issue, follow the **Issue template* ### External libraries compilation test -We have set-up CI testing for external libraries for ESP32 Arduino core. You can check test results in the file [LIBRARIES_TEST](https://github.com/espressif/arduino-esp32/blob/master/LIBRARIES_TEST.md). +We have set-up CI testing for external libraries for ESP32 Arduino core. You can check test results in the file [LIBRARIES_TEST](https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md). For more information and how to add your library to the test see [external library testing](https://docs.espressif.com/projects/arduino-esp32/en/latest/external_libraries_test.html) in the documentation. ### Contributing diff --git a/docs/source/external_libraries_test.rst b/docs/source/external_libraries_test.rst index b683e8b6f58..2064987df07 100644 --- a/docs/source/external_libraries_test.rst +++ b/docs/source/external_libraries_test.rst @@ -128,5 +128,5 @@ In the table the results are in order ``BEFORE -> AFTER``. :height: 2ex :class: no-scaled-link -.. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/LIBRARIES_TEST.md +.. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md .. _lib.json: https://github.com/espressif/arduino-esp32/.github/workflow/lib.json \ No newline at end of file