Skip to content

Commit

Permalink
Fix the publish-docs job (openwallet-foundation#904)
Browse files Browse the repository at this point in the history
* Generate a documentation site for ACA-Py Plugins

Signed-off-by: Stephen Curran <[email protected]>

* Fix the publish-docs job

Signed-off-by: Stephen Curran <[email protected]>

* Remove echo

Signed-off-by: Stephen Curran <[email protected]>

---------

Signed-off-by: Stephen Curran <[email protected]>
  • Loading branch information
swcurran authored Aug 13, 2024
1 parent 16e1cc8 commit 02abd0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: |
# Run a script to prepare all the files that have to be moved/updated to publish cleanly
./setupDocs.sh
[ "$VERSION" == "main" ] && ALIAS=latest
echo $VERSION $ALIAS
# Not really needed, but used in case we do want versions published in the future
VERSION=main
ALIAS=latest
mike deploy --push --update-aliases $VERSION $ALIAS
mike set-default latest

0 comments on commit 02abd0b

Please sign in to comment.