Skip to content

Commit 7593d63

Browse files
committed
Update build.yml
1 parent 7d24a3c commit 7593d63

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ jobs:
6464
firmwares/$device/manifest.json > output/$device-manifest.json
6565
done
6666
- name: Upload GitHub Pages artifact
67-
uses: actions/upload-pages-artifact@v3.0.1
67+
uses: actions/upload-pages-artifact@v3
6868
with:
6969
path: output
7070

7171
deploy:
72-
if: github.event_name == 'release'
7372
name: Deploy to GitHub Pages 🚀
7473
runs-on: ubuntu-latest
7574
needs: consolidate
@@ -80,8 +79,12 @@ jobs:
8079
name: github-pages
8180
url: ${{ steps.deployment.outputs.page_url }}
8281
steps:
82+
- name: Checkout repository
83+
uses: actions/checkout@v4
84+
8385
- name: Setup Pages
8486
uses: actions/configure-pages@v5
85-
- name: Deploy to GitHub Pages
87+
88+
- name: Deploy Firmware to GitHub Pages
8689
id: deployment
87-
uses: actions/deploy-pages@v4.0.5
90+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)