Skip to content

Commit 27c8425

Browse files
committed
tmp - try a different way
1 parent e824187 commit 27c8425

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/_check_docs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ jobs:
1111
doc_checks:
1212
name: Doc checks
1313
uses: apify/workflows/.github/workflows/python_docs_check.yaml@main
14+
15+
# tmp
16+
doc_tests:
17+
name: Doc release
18+
runs-on: ubuntu-latest
19+
20+
steps:
21+
- name: Enable Corepack
22+
run: corepack enable
23+
24+
# Install Node dependencies and update docs theme to the latest version
25+
- name: Install Node dependencies
26+
run: |
27+
yarn install
28+
yarn up @apify/docs-theme
29+
working-directory: ./website

0 commit comments

Comments
 (0)