Skip to content

Commit

Permalink
deploy /v0.2 docs
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Nov 6, 2023
1 parent 99db2e1 commit 5f23b7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ jobs:
# mv public final/next
# Deploy legacy versions in subfolders
# v0.1
git checkout v0.1
hugo --minify
mv public final/v0.1
# v0.2
git checkout v0.2
hugo --minify
mv public final/v0.2
# Finish up
mv final public
Expand Down

0 comments on commit 5f23b7e

Please sign in to comment.