Skip to content

Commit

Permalink
fix: fix mike deploy (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk authored Nov 14, 2023
1 parent d1034c8 commit c8e9ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo $VERSION
pip3 install poetry
poetry install
poetry run mike deploy --rebase -p $VERSION
poetry run mike deploy -p $VERSION
helm:
runs-on: ubuntu-latest
needs: mike
Expand Down

0 comments on commit c8e9ba7

Please sign in to comment.