Skip to content

Updated autograd tests #239

Updated autograd tests

Updated autograd tests #239

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- main
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout vtl
uses: actions/checkout@v2
with:
path: vtl
- name: Setup V
uses: vlang/setup-v@v1
with:
check-latest: true
- name: V doctor
run: v doctor
- name: Build docs
run: |
pushd vtl
v doc -readme -m -f html .
popd
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./vtl/_docs/