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

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
@@ -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.

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)