Skip to content

[rayservice] Remove dagdriver from ray_v1alpha1_rayservice.yaml (#1649) #574

[rayservice] Remove dagdriver from ray_v1alpha1_rayservice.yaml (#1649)

[rayservice] Remove dagdriver from ray_v1alpha1_rayservice.yaml (#1649) #574

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}