mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-30 09:08:43 +00:00
Update doc.yml
This commit is contained in:
@@ -12,7 +12,7 @@ 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: doxygen Doxyfile
|
||||
- name: Deploy
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
git checkout -B gh-pages;
|
||||
git add -A;
|
||||
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;
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user