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 e0faf6f2f9f..2559108f99a 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en ### Decoding exceptions -You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace. +You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace. \ No newline at end of file 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