File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
with :
76
76
token : ${{ secrets.GITHUB_TOKEN }}
77
77
- name : Install doxygen
78
- run : sudo apt-get install -y doxygen
78
+ run : sudo apt-get install -y doxygen graphviz
79
79
- name : Filter repository
80
80
env :
81
81
FILTER_BRANCH_SQUELCH_WARNING : 1
@@ -95,16 +95,16 @@ jobs:
95
95
doxygen /tmp/Doxyfile
96
96
mv html /tmp
97
97
rm -rf latex
98
- git checkout gh_pages
98
+ git checkout --orphan gh_pages
99
99
git rm -rf .
100
100
mv /tmp/html/* .
101
101
git add .
102
- git commit --amend --no-edit
102
+ git commit -m "Documentation."
103
103
- name : Pushing documentation
104
104
env :
105
105
PAT : ${{ secrets.PAT }}
106
106
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
108
108
109
109
export-support :
110
110
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments