We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a790c2 commit 50d953bCopy full SHA for 50d953b
.github/workflows/check-mkdocs-task.yml
@@ -1,4 +1,4 @@
1
-name: Validate documentation
+name: Check Website
2
3
on:
4
pull_request:
@@ -20,14 +20,14 @@ on:
20
- ".github/workflows/check-mkdocs-task.ya?ml"
21
22
jobs:
23
- validate:
+ check:
24
runs-on: ubuntu-latest
25
26
steps:
27
- - name: Checkout local repository
+ - name: Checkout repository
28
uses: actions/checkout@v2
29
30
- - name: Install Taskfile
+ - name: Install Task
31
uses: arduino/setup-task@v1
32
with:
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -48,6 +48,6 @@ jobs:
48
python -m pip install --upgrade pip
49
python -m pip install poetry
50
51
- - name: Build documentation website
+ - name: Build website
52
# Ensure the documentation can build. These docs won't be published.
53
run: task website:check
0 commit comments