mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-06 11:22:27 +00:00
Update doc.yml
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Doxygen
|
- name: Install Doxygen
|
||||||
run: sudo apt-get install --yes doxygen
|
run: sudo apt-get install --yes doxygen graphviz
|
||||||
- name: Update the docs
|
- name: Update the docs
|
||||||
run: doxygen Doxyfile
|
run: doxygen Doxyfile
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
git checkout -B gh-pages;
|
git checkout -B gh-pages;
|
||||||
git add -A;
|
git add -A;
|
||||||
git commit -m "Deploying the doc";
|
git commit -m "Deploying the doc";
|
||||||
git remote set-url --push origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/Gegel85/GameJam2020;
|
git remote set-url --push origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/AnonymusRaccoon/ComSquare;
|
||||||
git push origin gh-pages --quiet --force;
|
git push origin gh-pages --quiet --force;
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user