Skip to content

Commit

Permalink
after
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Dec 21, 2023
1 parent a229daa commit 7d25605
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./_site

- name: Build firmware
uses: esphome/[email protected]
id: esphome-build
Expand All @@ -55,6 +49,12 @@ jobs:
find docs/
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./_site

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7d25605

Please sign in to comment.