Skip to content

Commit 450ba82

Browse files
author
DavertMik
committed
add publishing docs to website
1 parent 4ef2af2 commit 450ba82

19 files changed

Lines changed: 26 additions & 0 deletions

.github/workflows/publish-beta.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ jobs:
3434
3535
- name: Publish to npm
3636
run: npm publish --provenance --tag beta
37+
38+
- name: Trigger website deployment
39+
run: |
40+
curl -fsS -X POST \
41+
-H "Authorization: Bearer ${{ secrets.GH_PAT }}" \
42+
-H "Accept: application/vnd.github+json" \
43+
https://api.github.com/repos/codeceptjs/website/dispatches \
44+
-d '{"event_type":"codeceptjs-release"}'

docs/plugins/aiTrace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: aiTrace
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## aiTrace

docs/plugins/analyze.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: analyze
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## analyze

docs/plugins/auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: auth
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## auth

docs/plugins/autoDelay.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: autoDelay
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## autoDelay

docs/plugins/browser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: browser
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## browser

docs/plugins/coverage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: coverage
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## coverage

docs/plugins/customLocator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: customLocator
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## customLocator

docs/plugins/customReporter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: customReporter
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## customReporter

docs/plugins/expose.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar: auto
55
title: expose
66
---
77

8+
89
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
910

1011
## expose

0 commit comments

Comments
 (0)