1
0
Fork 0

Update main.yml

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

@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package name: Sphinx Docs
on: on:
push: push:
@ -31,5 +31,10 @@ jobs:
- name: Build html - name: Build html
run: | run: |
cd ./docs-out cd ./docs-out
make clean
make html make html
rm -r ../docs/*
cp -r build/html ../docs