Skip to content

Commit

Permalink
do not use latest alias for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 10, 2023
1 parent 0e68e4a commit cd466c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
--overwrite \
titiler.pgstac.db \
titiler.pgstac.dependencies \
titiler.pgstac.extensions \
titiler.pgstac.factory \
titiler.pgstac.model \
titiler.pgstac.mosaic \
Expand All @@ -56,6 +55,6 @@ jobs:
run: |
git fetch origin gh-pages --depth=1
- name: Deploy documentation and update alias for latest
- name: Deploy documentation
run: |
mike deploy ${{ steps.module.outputs.version}} latest --push --update-aliases --config-file docs/mkdocs.yml
mike deploy ${{ steps.module.outputs.version}} --push --update-aliases --config-file docs/mkdocs.yml

1 comment on commit cd466c8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiTiler-pgSTAC Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: cd466c8 Previous: e06ec42 Ratio
.github/workflows/tests/benchmarks.py::test_benchmark_tile[0/0/0] 3.23950767763493 iter/sec (stddev: 0.003956436040087841) 4.314994643494925 iter/sec (stddev: 0.007890747356913783) 1.33

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.