Skip to content

Commit 5cefff8

Browse files
feat(docs): Use forge to release docs (#625)
* feat(docs): Use forge to release docs Signed-off-by: Evgeniy Dikevich <evgeny.dikevich@innowise.com> * fix cspell Signed-off-by: Evgeniy Dikevich <evgeny.dikevich@innowise.com> --------- Signed-off-by: Evgeniy Dikevich <evgeny.dikevich@innowise.com> Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
1 parent 7a32dd9 commit 5cefff8

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ preopen
225225
preopened
226226
preopens
227227
preprod
228+
projectcatalyst
228229
Prokhorenko
229230
proptest
230231
psql

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ permissions:
1818
jobs:
1919
ci:
2020
if: ${{ !github.event.pull_request.draft }}
21-
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
21+
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.9.0
2222
with:
23-
forge_version: 0.19.1
23+
forge_version: 0.20.0
2424

2525
test_reporting:
2626
if: ${{ !github.event.pull_request.draft }}

.github/workflows/generate-allure-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Install Forge
30-
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.8.1
30+
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.9.0
3131
with:
32-
version: 0.19.1
32+
version: 0.20.0
3333
if: always()
3434

3535
- name: Setup CI
36-
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
36+
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.9.0
3737

3838
- name: Get catalyst libs unit test report
39-
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
39+
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.9.0
4040
if: always()
4141
continue-on-error: true
4242
with:

blueprint.cue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ global: {
99
registries: [
1010
ci.providers.aws.ecr.registry,
1111
]
12+
release: docs: {
13+
bucket: "docs.dev.projectcatalyst.io"
14+
url: "https://docs.dev.projectcatalyst.io/"
15+
}
1216
providers: {
1317
aws: {
1418
region: "eu-central-1"

docs/blueprint.cue

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
version: "1.0.0"
2-
project: name: "libs-docs"
2+
project:
3+
{
4+
name: "libs-docs"
5+
6+
release: {
7+
docs: {
8+
on: {
9+
merge: {}
10+
pr: {}
11+
}
12+
13+
config: {
14+
name: "libs"
15+
}
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)