Skip to content

Commit aeac1ce

Browse files
committed
Deployment of HTML doc is now only when pushed/merged to main .
1 parent 84a8f0d commit aeac1ce

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy_pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: Doxygen GitHub Pages Deploy Action
88

99
on:
1010
push:
11-
branches: [develop]
11+
branches: [main]
1212
pull_request:
13-
branches: [develop]
13+
branches: [main]
1414
workflow_dispatch:
1515

1616
jobs:

src/gpio/gpiobasic.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ namespace rpp_driver {
2525
/**
2626
* @brief Basic GPIO driver class.
2727
* @details
28-
* This class provide very basic operation of GPIO.
2928
*/
3029
class GpioBasic {
3130
public:

0 commit comments

Comments
 (0)