Skip to content

Commit 56a1307

Browse files
authored
chore: Rename docs.yml to docs.yaml in the publish workflow, fix readme (#562)
1 parent 0d8646f commit 56a1307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ jobs:
114114
- env:
115115
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
116116
run: |
117-
gh workflow run docs.yml --repo ${{ matrix.repo }} --ref ${{ matrix.branch }}
117+
gh workflow run docs.yaml --repo ${{ matrix.repo }} --ref ${{ matrix.branch }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apify Documentation
22

3-
[![Check & Release](https://github.com/apify/apify-docs/actions/workflows/test.yml/badge.svg)](https://github.com/apify/apify-docs/actions/workflows/test.yml)
3+
[![Check & Release](https://github.com/apify/apify-docs/actions/workflows/test.yaml/badge.svg)](https://github.com/apify/apify-docs/actions/workflows/test.yaml)
44

55
## Intro
66

0 commit comments

Comments
 (0)