Skip to content

Commit

Permalink
Debug GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 24, 2022
1 parent 8ab4e3d commit b44aa06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:

- name: Install Python dependencies
run: |
pip install . \
mkdocs-git-committers-plugin-2>=0.4 \
mkdocs-git-revision-date-plugin>=0.3 \
mkdocs-minify-plugin>=0.3 \
mkdocs-redirects>=1.0
pip install .
pip install mkdocs-git-committers-plugin-2>=0.4
pip install mkdocs-git-revision-date-plugin>=0.3
pip install mkdocs-minify-plugin>=0.3
pip install mkdocs-redirects>=1.0
- name: Install Insiders build
if: github.event.repository.fork == false
Expand Down

0 comments on commit b44aa06

Please sign in to comment.