mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Debug GitHub Actions workflow
This commit is contained in:
parent
d7d9e05933
commit
2e99447155
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python runtime
|
||||
uses: actions/setup-python@v4
|
||||
@ -74,6 +76,7 @@ jobs:
|
||||
|
||||
- name: Deploy documentation
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
|
||||
run: |
|
||||
mkdocs gh-deploy --force
|
||||
|
Loading…
Reference in New Issue
Block a user