Skip to content

Commit

Permalink
CI improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar committed Oct 6, 2023
1 parent a889c38 commit 4afdd2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
pip install --upgrade platformio
- name: Run PlatformIO build on selected platforms 🏗️
run: platformio run -e ESP8266_generic -e ESP8266_nodemcuv2 -e ESP32_generic -e ESP32_d1_mini32 -e ESP8266_d1_mini -e ESP32_Ulanzi
run: platformio run -e ESP8266_generic -e ESP8266_nodemcuv2 -e ESP32_generic -e ESP32_d1_mini32 -e ESP8266_d1_mini -e ESP32_ulanzi

- name: Upload build artifacts 💾
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -128,6 +128,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.
CLEAN: false # Automatically remove deleted files from the deploy branch
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.
clean: false # Automatically remove deleted files from the deploy branch
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ lib_deps =
mr-glt/SHA-1 Hash@^1.1.0
adafruit/Adafruit SHT31 Library@^2.2.2

[env:ESP32_Ulanzi]
[env:ESP32_ulanzi]
platform = espressif32
board = esp32dev
framework = ${common.framework}
Expand Down

0 comments on commit 4afdd2d

Please sign in to comment.