Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
janosbabik committed Jul 1, 2024
2 parents 8b3e7c4 + 2caaee2 commit a539f03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Build and Deploy
working-directory: ./documentation
run: |
git pull
mike deploy develop --update-alias --push
get fetch origin
mike deploy --update-alias --push develop
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Build and Deploy
working-directory: ./documentation
run: |
git pull
mike deploy 1.0 latest --update-alias --push
git fetch origin
mike deploy --update-alias --push 1.0 latest
mike set-default latest
4 changes: 1 addition & 3 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Welcome to MkDocs.

. dev2
.dev 2

0 comments on commit a539f03

Please sign in to comment.