Skip to content

Commit 7693f74

Browse files
authored
Changed location of results file (espressif#8072)
1 parent 224e778 commit 7693f74

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: .github/workflows/lib.yml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
run: |
107107
git config user.name github-actions
108108
git config user.email [email protected]
109+
git checkout gh-pages
109110
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
110111
git commit -m "Generated External Libraries Test Results"
111112
git push

Diff for: LIBRARIES_TEST.md

-1
This file was deleted.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Finally, if you are sure no one else had the issue, follow the **Issue template*
5454

5555
### External libraries compilation test
5656

57-
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).
57+
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).
5858
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.
5959

6060
### Contributing

Diff for: docs/source/external_libraries_test.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ In the table the results are in order ``BEFORE -> AFTER``.
128128
:height: 2ex
129129
:class: no-scaled-link
130130

131-
.. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/LIBRARIES_TEST.md
131+
.. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md
132132
.. _lib.json: https://github.com/espressif/arduino-esp32/.github/workflow/lib.json

0 commit comments

Comments
 (0)