Debug GitHub Actions workflow

This commit is contained in:
squidfunk 2022-06-24 14:46:59 +02:00
parent 8ab4e3d7e4
commit b44aa0641b

View File

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