Skip to content

Commit

Permalink
add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 25, 2018
1 parent d3c9cfb commit 196adc5
Showing 1 changed file with 34 additions and 33 deletions.
67 changes: 34 additions & 33 deletions .doozer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"targets": {
"lib": {

"buildenv": "docker:devkitpro/devkitarm",

"buildcmd": [
"make -j"
]
},

"docs": {
// Only invoke docs target when building from master branch
"branch": "master",

"buildenv": "xenial-amd64",
"builddeps": [
"doxygen"
],

"buildcmd": [
"doxygen"
],

"artifacts": [{
"source": "docs/html",
"destination": {
"type": "git",
"branch": "gh-pages"
}
}]
}
}
{
"targets": {
"lib": {

"buildenv": "docker:devkitpro/devkitarm",

"buildcmd": [
"make -j"
]
},

"docs": {
// Only invoke docs target when building from master branch
"branch": "master",

"buildenv": "xenial-amd64",
"builddeps": [
"doxygen"
],

"buildcmd": [
"doxygen",
"echo citro2d.devkitpro.org > docs/html/CNAME"
],

"artifacts": [{
"source": "docs/html",
"destination": {
"type": "git",
"branch": "gh-pages"
}
}]
}
}
}

0 comments on commit 196adc5

Please sign in to comment.