1
0
Fork 0

Update main.yml

master
lmoretti96 4 years ago committed by GitHub
parent 1408ff791c
commit edd429cd24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/main.yml

@ -32,6 +32,7 @@ jobs:
- name: Build html - name: Build html
run: | run: |
cd ./docs-out cd ./docs-out
make clean
make html make html
rm -r ../docs/* rm -r ../docs/*
cp -r _build/html ../docs cp -r _build/html ../docs