Skip to content

Commit

Permalink
manually remove alias dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Oct 16, 2023
1 parent 688c577 commit efedeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
git fetch origin gh-pages --depth=1
pdm run mike deploy --push --update-alias main dev
pdm run mike deploy -p main
2 changes: 1 addition & 1 deletion .github/workflows/deploy_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
git fetch origin gh-pages --depth=1
pdm run mike deploy --push --update-alias ${RELEASE_TAG_VERSION} latest
pdm run mike deploy -up ${RELEASE_TAG_VERSION} latest

0 comments on commit efedeef

Please sign in to comment.