Merge pull request #30 from AnonymusRaccoon/CPU

Docs CI
This commit is contained in:
Zoe Roux
2021-02-04 17:28:17 +01:00
committed by GitHub
+1 -2
View File
@@ -15,7 +15,6 @@ jobs:
run: sudo apt-get install --yes doxygen graphviz
- name: Update the docs
run: |
git clone -b gh-pages https://${GITHUB_REPO} docs
rm -rf docs/*
doxygen Doxyfile
cd docs
@@ -25,7 +24,7 @@ jobs:
git add -A;
git commit -m "Deploying the doc";
git remote add origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_REPO};
git push --force origin gh-pages;
git push --force origin Documentation;
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: "github.com/AnonymusRaccoon/ComSquare"