Skip to content

Commit ce707af

Browse files
Changed location of results file (espressif#8072)
Co-authored-by: Jan Procházka <[email protected]>
1 parent b37ccc0 commit ce707af

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/lib.yml

Lines changed: 1 addition & 0 deletions
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

LIBRARIES_TEST.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en
2020

2121
### Decoding exceptions
2222

23-
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
23+
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.

docs/source/external_libraries_test.rst

Lines changed: 1 addition & 1 deletion
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)