fixed missing assets
This commit is contained in:
@@ -29,6 +29,12 @@ jobs:
|
|||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: ldoc . --fatalwarnings
|
run: ldoc . --fatalwarnings
|
||||||
|
|
||||||
|
- name: Copy assets
|
||||||
|
working-directory: helix
|
||||||
|
run: |
|
||||||
|
cp -v docs/css/* docs/html
|
||||||
|
cp -v docs/js/* docs/html
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user