1
0
Fork 0

Update main.yml

master
lmoretti96 4 years ago committed by GitHub
parent 57cbddf8b1
commit 21b01d90e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

@ -38,7 +38,7 @@ jobs:
make clean make clean
make html make html
rm -rf ../docs/* rm -rf ../docs/*
cp -r _build/html/* ../docs/ cp _build/html/index.html ../docs/
git config --local user.email "f.martini@campus.unimib.it" git config --local user.email "f.martini@campus.unimib.it"
git config --local user.name "philipMartini" git config --local user.name "philipMartini"
git add . git add .