Skip to content

Commit 394d432

Browse files
committed
fix: docs pipeline
1 parent ab1eadf commit 394d432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
- uses: borales/[email protected]
1819
- name: Set up Python
1920
uses: actions/setup-python@v1
2021
with:
@@ -24,7 +25,8 @@ jobs:
2425
run: |
2526
echo ::set-env name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
2627
echo ::set-env name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
27-
- uses: borales/[email protected]
28+
29+
- name: install dependencies
2830
run: make dev-docs
2931
- name: Build docs website
3032
run: make build-docs-website

0 commit comments

Comments
 (0)