File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,11 @@ jobs:
64
64
firmwares/$device/manifest.json > output/$device-manifest.json
65
65
done
66
66
- name : Upload GitHub Pages artifact
67
- uses : actions/upload-pages-artifact@v3.0.1
67
+ uses : actions/upload-pages-artifact@v3
68
68
with :
69
69
path : output
70
70
71
71
deploy :
72
- if : github.event_name == 'release'
73
72
name : Deploy to GitHub Pages 🚀
74
73
runs-on : ubuntu-latest
75
74
needs : consolidate
80
79
name : github-pages
81
80
url : ${{ steps.deployment.outputs.page_url }}
82
81
steps :
82
+ - name : Checkout repository
83
+ uses : actions/checkout@v4
84
+
83
85
- name : Setup Pages
84
86
uses : actions/configure-pages@v5
85
- - name : Deploy to GitHub Pages
87
+
88
+ - name : Deploy Firmware to GitHub Pages
86
89
id : deployment
87
- uses : actions/deploy-pages@v4.0.5
90
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments