Skip to content

Commit

Permalink
chore: change docs path and upadte workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jun 2, 2024
1 parent aed7222 commit cc43a33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
body: ${{ steps.tag_version.outputs.changelog }}
generateReleaseNotes: true
name: ${{ steps.tag_version.outputs.new_tag }}
prerelease: ${{ contains(steps.chart_version.outputs.CHART_VERSION, '-') }}
tag: ${{ steps.tag_version.outputs.new_tag }}
Expand All @@ -61,7 +62,10 @@ jobs:
branch: gh-pages
charts_dir: .
charts_url: https://devops-ia.github.io/helm-opencti
index_dir: .
linting: true
owner: devops-ia
repository: helm-opencti
target_dir: .
token: ${{ secrets.GITHUB_TOKEN }}
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc

## OpenCTI

* [Environment configuration](https://docs.opencti.io/5.12.X/deployment/configuration/#platform)
* [Environment configuration](https://docs.opencti.io/6.1.X/deployment/configuration/#platform)
* [Connectors](https://github.com/OpenCTI-Platform/connectors/tree/master). Review `docker-compose.yaml` with the properly config
* Check connectors samples on `connector-examples` folder

## Basic installation and examples

See [basic installation](docs/configuration.md) and [examples](docs/examples.md).
See [basic installation](opencti/docs/configuration.md) and [examples](opencti/docs/examples.md).

## Configuration

Expand Down
4 changes: 2 additions & 2 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc

## OpenCTI

* [Environment configuration](https://docs.opencti.io/5.12.X/deployment/configuration/#platform)
* [Environment configuration](https://docs.opencti.io/6.1.X/deployment/configuration/#platform)
* [Connectors](https://github.com/OpenCTI-Platform/connectors/tree/master). Review `docker-compose.yaml` with the properly config
* Check connectors samples on `connector-examples` folder

## Basic installation and examples

See [basic installation](docs/configuration.md) and [examples](docs/examples.md).
See [basic installation](opencti/docs/configuration.md) and [examples](opencti/docs/examples.md).

## Configuration

Expand Down

0 comments on commit cc43a33

Please sign in to comment.