Skip to content

Merge pull request #203 from tdviet/vo-sites #147

Merge pull request #203 from tdviet/vo-sites

Merge pull request #203 from tdviet/vo-sites #147

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build Sphinx pages
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
name: Push Sphinx Pages
runs-on: ubuntu-latest
steps:
- uses: tdviet/sphinx-pages@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create_readme: true