Skip to content

Commit

Permalink
fixed pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Apr 3, 2024
1 parent b9d2704 commit 34b8c90
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
name: Publish Documentation
name: ci
on:
push:
branches:
- main
- feature/new_documentation

# only run one build doc workflow at a time, cancel any running ones
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

- main
permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -32,9 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: |
pip install mkdocs-material mkdocs-git-committers-plugin-2 mkdocs
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
env:
UMAMI_PAGE_URL: ${{ secrets.UMAMI_PAGE_URL }}
UMAMI_WEBSITE_ID: ${{ secrets.UMAMI_WEBSITE_ID }}

0 comments on commit 34b8c90

Please sign in to comment.