Skip to content

Commit 3f3aebf

Browse files
committed
Ship firmware.conf on the pages site
1 parent 2e12507 commit 3f3aebf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- seveas-test
78

89
jobs:
910
deploy:
@@ -17,6 +18,10 @@ jobs:
1718
pre-build-command: python -mpip install sphinx-rtd-theme
1819
docs-folder: "docs/"
1920

21+
- name: Ship firmware.conf
22+
run:
23+
'id && ls -la docs/_build/html && sudo cp firmware.conf docs/_build/html'
24+
2025
- name: Deploy
2126
uses: peaceiris/actions-gh-pages@v3
2227
with:

0 commit comments

Comments
 (0)