Skip to content

Commit 33b280f

Browse files
committed
docs check do not use secret
1 parent 9fdd79a commit 33b280f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555

56-
- name: Install dependencies
56+
- name: Install Python dependencies
5757
run: |
5858
pipx install --python ${{ matrix.python-version }} poetry
5959
make install-dev

.github/workflows/run_code_checks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
docs_check:
4141
name: Docs check
4242
uses: apify/workflows/.github/workflows/python/docs_check.yaml
43-
secrets: inherit
4443

4544
integration_tests:
4645
name: Integration tests

.github/workflows/run_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PYTHON_VERSION: 3.12
3333
steps:
3434
- name: Dummy step
35-
run: true
35+
run: "true"
3636

3737
lint_check:
3838
name: Lint check
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
python-version: ${{ env.PYTHON_VERSION }}
103103

104-
- name: Install dependencies
104+
- name: Install Python dependencies
105105
run: |
106106
pipx install --python ${{ matrix.python-version }} poetry
107107
make install-dev

0 commit comments

Comments
 (0)