Skip to content

Commit

Permalink
Update readme, add link to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
shvchk committed Oct 30, 2023
1 parent 53791c9 commit fd3adf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Build config template can be found in the [firmware repository](https://gitlab.com/hadzhioglu/padavan-ng/-/tree/master/trunk/configs/templates)

- Run the build process: Actions → Build firmware → Run workflow
- Run the build process: [Actions](../../actions)[Build firmware](../../actions/workflows/build.yml) → Run workflow

![run workflow](misc/run-workflow.webp)

Expand Down Expand Up @@ -44,7 +44,7 @@

![workflow details get logs](misc/workflow-details-get-logs.webp)

Here it's immediately obvious that it was "Check firmware size" step that failed — it is marked with a red circle with a cross. Specific reason is shown below: *Firmware size (18,492,849 bytes) exceeds max size (16,187,392 bytes) for your target device* — i.e. built firmware size is too big for the target device.
Here it's immediately obvious that it was *Check firmware size* step that failed — it is marked with a red circle with a cross. Specific reason is shown below: *Firmware size (18,492,849 bytes) exceeds max size (16,187,392 bytes) for your target device* — i.e. built firmware size is too big for the target device.

In case of any error its reason is usually shown at the end of the log, as in the example above. To view full log click on the cog ⚙️ icon in the top right corner → View raw logs. You can also download compressed log archive in the same menu → Download log archive.

Expand All @@ -53,7 +53,7 @@

### Updating your fork

To sync your fork with its origin repository, just click "Sync fork" at the top of the main page of your fork:
To sync your fork with its origin repository, just click *Sync fork**Update branch* at the top of the main page of your fork:

![sync fork](misc/sync-fork.webp)

Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Шаблон конфига для вашего устройства можно взять в [репозитории прошивки](https://gitlab.com/hadzhioglu/padavan-ng/-/tree/master/trunk/configs/templates)

- Запустите сборку: Actions → Build firmware → Run workflow
- Запустите сборку: [Actions](../../actions)[Build firmware](../../actions/workflows/build.yml) → Run workflow

![run workflow](misc/run-workflow.webp)

Expand Down Expand Up @@ -53,7 +53,7 @@

### Обновление форка

Чтобы синхронизировать ваш форк с репозиторием-источником, просто нажмите Sync fork в верхней части главной страницы вашего форка:
Чтобы синхронизировать ваш форк с репозиторием-источником, просто нажмите *Sync fork**Update branch* в верхней части главной страницы вашего форка:

![sync fork](misc/sync-fork.webp)

Expand Down

0 comments on commit fd3adf3

Please sign in to comment.