Skip to content

Commit

Permalink
Merge pull request #335 from haiwen/12.0_update_101124
Browse files Browse the repository at this point in the history
update deploy-12.0.yml
  • Loading branch information
freeplant authored Oct 11, 2024
2 parents 192acf8 + 9cb7250 commit e847f01
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ name: Deploy CI
on:
push:
branches:
- master
- 12.0

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions mike
- run: cd $GITHUB_WORKSPACE
- run: mkdocs gh-deploy --force
- run: mike deploy --push -u 12.0

0 comments on commit e847f01

Please sign in to comment.