Skip to content

Commit 9b81397

Browse files
committed
docs: add documentation link
1 parent ffef4f1 commit 9b81397

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ master ]
66
tags:
77
- 'v*.*.*'
8+
paths-ignore:
9+
- '**/*.md'
10+
811
workflow_dispatch:
912

1013
env:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This repository builds the official Stochastix application images and installer.
44

5+
## Documentation
6+
7+
For the latest official documentation, visit the [Stochastix Documentation](https://phpquant.github.io/stochastix-docs).
8+
59
## Quick Start
610

711
To create a new Stochastix project, run the following command, replacing `your-project-name` with the desired name for your project folder:

0 commit comments

Comments
 (0)