Skip to content

Commit beb4137

Browse files
onefloidMariusWirtz
authored andcommitted
docs: Fix docs readme
1 parent 9be877e commit beb4137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ The documentation is automatically deployed to the gh-pages branch using GitHub
5656

5757
2. **Tagging a Commit:**
5858

59-
When a commit is tagged with v* (e.g., v1.0.0), the documentation is deployed as a versioned release.
59+
When a commit is tagged with x.x or x.x.x (e.g., 2.0 or 2.0.1), the documentation is deployed as a versioned release.
6060

6161
3. **Manual Trigger:**
6262

6363
The workflow can also be triggered manually via the GitHub Actions interface.
6464

6565
### Deployment Workflow Details
6666

67-
- The workflow is defined in docs.yml.
67+
- The workflow is defined in .github/workflows/docs.yml.
6868
- It performs the following steps:
6969
1. Checks out the repository.
7070
2. Sets up Python and installs dependencies.

0 commit comments

Comments
 (0)