mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 14:58:36 +00:00
Updating the CI
This commit is contained in:
@@ -12,12 +12,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Doxygen
|
||||
run: sudo apt-get install --yes doxygen
|
||||
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
|
||||
git config --global user.email "${GITHUB_ACTOR}@github.com";
|
||||
git config --global user.name "${GITHUB_ACTOR}";
|
||||
git add -A;
|
||||
|
||||
Reference in New Issue
Block a user