Skip to content

Commit e2b8369

Browse files
authored
Some Doxygen fixes.
1 parent 8de4307 commit e2b8369

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/chores.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777
- name: Install doxygen
78-
run: sudo apt-get install -y doxygen
78+
run: sudo apt-get install -y doxygen graphviz
7979
- name: Filter repository
8080
env:
8181
FILTER_BRANCH_SQUELCH_WARNING: 1
@@ -95,16 +95,16 @@ jobs:
9595
doxygen /tmp/Doxyfile
9696
mv html /tmp
9797
rm -rf latex
98-
git checkout gh_pages
98+
git checkout --orphan gh_pages
9999
git rm -rf .
100100
mv /tmp/html/* .
101101
git add .
102-
git commit --amend --no-edit
102+
git commit -m "Documentation."
103103
- name: Pushing documentation
104104
env:
105105
PAT: ${{ secrets.PAT }}
106106
run: |
107-
git push --force "https://nicolasnoble:$PAT@github.com/pcsx-redux/nugget.git" gh_pages
107+
git push --force https://nicolasnoble:$PAT@github.com/pcsx-redux/nugget.git gh_pages
108108
109109
export-support:
110110
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)