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 8301006 commit d35d30bCopy full SHA for d35d30b
.github/workflows/check-mkdocs-task.yml
@@ -33,12 +33,6 @@ jobs:
33
- name: Checkout repository
34
uses: actions/checkout@v2
35
36
- - name: Install Task
37
- uses: arduino/setup-task@v1
38
- with:
39
- repo-token: ${{ secrets.GITHUB_TOKEN }}
40
- version: 3.x
41
-
42
- name: Install Go
43
uses: actions/setup-go@v2
44
with:
@@ -54,6 +48,12 @@ jobs:
54
48
python -m pip install --upgrade pip
55
49
python -m pip install poetry
56
50
51
+ - name: Install Task
52
+ uses: arduino/setup-task@v1
53
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ version: 3.x
+
57
- name: Build website
58
# Ensure the documentation can build. These docs won't be published.
59
run: task website:check
0 commit comments