Update doc
This commit is contained in:
parent
0d926aa618
commit
7cddf4735f
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -41,8 +41,9 @@ jobs:
|
||||
|
||||
- name: create doc
|
||||
run: |
|
||||
cd doc && nix-shell --run 'make all'
|
||||
cd doc && echo hello world > index.html
|
||||
cd doc
|
||||
nix-shell --run 'make all'
|
||||
echo hello world > index.html
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user