Skip to content

Commit

Permalink
Merge #850
Browse files Browse the repository at this point in the history
850: Modification of documentation deployment launch r=curquiza a=alallema

# Pull Request

Github action on documentation deployment is failing:
https://github.com/meilisearch/meilisearch-python/actions/runs/6299217011
![Screenshot 2023-09-26 at 15 04 49](https://github.com/meilisearch/meilisearch-python/assets/16155041/e0477f28-d94c-4932-b695-798700084e59)


## What does this PR do?
- This PR ensures that documentation is published when a release tag is newly published.



Co-authored-by: alallema <[email protected]>
  • Loading branch information
meili-bors[bot] and alallema authored Sep 26, 2023
2 parents 21520f9 + e848cf6 commit 29319ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Documentation

on:
release:
types:
- published
push:
tags:
- 'v*'
# Allows to run the workflow manually
workflow_dispatch:

Expand Down

0 comments on commit 29319ad

Please sign in to comment.