1
0
Fork 0

Update main.yml

master
philipMartini 4 years ago committed by GitHub
parent 1be76b3b1d
commit 66d4a9399d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

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