We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfb8e7 commit 4357838Copy full SHA for 4357838
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Build docs
17
- uses: ./github/workflows/build-docs.yml
+ uses: ./.github/workflows/build-docs.yml
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
0 commit comments