Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Sep 13, 2024
1 parent e65cb70 commit 0f21356
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- master

env:
PYTHON_VERSION: 3.10.12
PYTHON_VERSION: 3.x

permissions:
contents: write
Expand Down Expand Up @@ -90,9 +90,6 @@ jobs:
cp -r mkdocs-material-insiders/material material
- name: Build documentation
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
mkdocs build --clean
mkdocs --version
Expand Down

0 comments on commit 0f21356

Please sign in to comment.