diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 007a36e..0af3bfb 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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" \ No newline at end of file