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 d7d9e05 commit 2e99447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e99447

Please sign in to comment.