fixed missing assets

This commit is contained in:
Evil Factory
2021-09-12 21:41:19 -03:00
committed by GitHub
parent 8722890b97
commit b4575864a9

View File

@@ -29,6 +29,12 @@ jobs:
- name: Build docs
run: ldoc . --fatalwarnings
- name: Copy assets
working-directory: helix
run: |
cp -v docs/css/* docs/html
cp -v docs/js/* docs/html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: