File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106
106
run : |
107
107
git config user.name github-actions
108
108
git config user.email github-actions@github.com
109
+ git checkout gh-pages
109
110
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
110
111
git commit -m "Generated External Libraries Test Results"
111
112
git push
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en
20
20
21
21
### Decoding exceptions
22
22
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.
Original file line number Diff line number Diff line change @@ -128,5 +128,5 @@ In the table the results are in order ``BEFORE -> AFTER``.
128
128
:height: 2ex
129
129
:class: no-scaled-link
130
130
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
132
132
.. _lib.json : https://github.com/espressif/arduino-esp32/.github/workflow/lib.json
You can’t perform that action at this time.
0 commit comments