We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8646f commit 56a1307Copy full SHA for 56a1307
2 files changed
.github/workflows/publish-theme.yaml
@@ -114,4 +114,4 @@ jobs:
114
- env:
115
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
116
run: |
117
- gh workflow run docs.yml --repo ${{ matrix.repo }} --ref ${{ matrix.branch }}
+ gh workflow run docs.yaml --repo ${{ matrix.repo }} --ref ${{ matrix.branch }}
README.md
@@ -1,6 +1,6 @@
1
# Apify Documentation
2
3
-[](https://github.com/apify/apify-docs/actions/workflows/test.yml)
+[](https://github.com/apify/apify-docs/actions/workflows/test.yaml)
4
5
## Intro
6
0 commit comments