Skip to content

Commit

Permalink
try yet again to get pages working
Browse files Browse the repository at this point in the history
  • Loading branch information
rako77 authored Sep 28, 2023
1 parent 9435c8e commit f083718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
needs: consolidate

permissions:
pages: write
id-token: write
Expand All @@ -84,6 +85,8 @@ jobs:
steps:
- name: Setup Pages
uses: actions/configure-pages@v2
with:
enablement: true
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1.2.3
6 changes: 5 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@ <h1>ESPHome ratgdo</h1>
<label>
<input type="radio" name="type" value="v2board_esp32_d1_mini" />
<img src="./v2board_esp32_d1_mini.png" alt="ratgdo v2 board with ESP32 D1 Mini" />
</label>
</label>
<label>
<input type="radio" name="type" value="v2board_lolin_s2_mini" />
<img src="./v2board_lolin_s2_mini.png" alt="ratgdo v2 board with lolin s2 mini" />
</label>
</div>

<p class="button-row" align="center">
Expand Down

0 comments on commit f083718

Please sign in to comment.