mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-24 23:24:54 +00:00
@@ -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"
|
||||
Reference in New Issue
Block a user