Skip to content

Commit

Permalink
New: serve API docs without nginx alias.
Browse files Browse the repository at this point in the history
Simplify switching to github pages by simply putting the files in the right spot rather than dynamically rewriting the URLs internally.
  • Loading branch information
aljungberg committed Jul 6, 2024
1 parent 98a11e9 commit 7227cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
after_build do
# The server uses the current Starter to serve /learn/documentation and Frameworks/ of demo apps.
`cd build/downloads/ && rm -Rf Starter && unzip CappuccinoStarter-1.0.0.zip`
`mv build/downloads/Starter/Documentation/* build/learn/documentation/`
`cd build/learn/ && curl -s -L http://github.com/cappuccino/cappuccino-demos/tarball/master >demos.tgz && tar -xzf demos.tgz && rm -Rf demos && mv cappuccino-cappuccino-demos-* demos`
`cd build/aristo/showcase && rm -Rf Aristo2Showcase README __MACOSX Frameworks Resources && unzip ../../downloads/Aristo2Showcase.zip && mv Aristo2Showcase/* .`
`find build/ -name .git -delete`
Expand Down

0 comments on commit 7227cb9

Please sign in to comment.