Skip to content

Commit

Permalink
elyra-ai#2010 Deploy-docs run fails after commit is merged in main br…
Browse files Browse the repository at this point in the history
…anch (elyra-ai#2011)
  • Loading branch information
srikant-ch5 authored Jun 7, 2024
1 parent bc9a891 commit 19c1d42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,17 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.x
- name: Configure git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip3 install mkdocs-material
run: pip3 install mike
- run: pip3 install mkdocs-material mike
- run: mike deploy --push --update-aliases v13 latest

0 comments on commit 19c1d42

Please sign in to comment.