Skip to content

Merge pull request #14 from ykulazhenkov/pr-add-build-artifacts #12

Merge pull request #14 from ykulazhenkov/pr-add-build-artifacts

Merge pull request #14 from ykulazhenkov/pr-add-build-artifacts #12

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build HTML
run: ./repo.sh docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/docs/nvidia_network_operator/latest