Skip to content

Commit

Permalink
Use mhausenblas/mkdocs-deploy-gh-pages action for docs (ray-project#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Apr 20, 2022
1 parent 62c2b0e commit e18c166
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e18c166

Please sign in to comment.