Update docs

This commit is contained in:
Alejandro Gallo 2022-03-04 16:24:28 +01:00
parent c25d6b3c18
commit 436bd543ad
4 changed files with 7 additions and 11 deletions

View File

@ -50,32 +50,28 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: create doc
- name: Create index
run: |
mkdir -p doc
cd doc
nix-shell --run 'make all'
echo hello world > index.html
- name: create atrip.html
- name: Create atrip.html
run: |
nix-shell --run 'make html'
mv atrip.html doc/
mv atrip.html docs/
- name: create doxygen
- name: Doxygen
run: |
nix-shell --run 'make -C ./doc all'
cd doc
cd docs
nix-shell --run 'make all'
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: ./doc
folder: ./docs
#- name: Upload dist
#uses: actions/upload-artifacts@v1
#with:
#name: lib
#path: ./lib