Skip to content

Merge pull request #371 from snowplow/dependabot/github_actions/dot-g… #74

Merge pull request #371 from snowplow/dependabot/github_actions/dot-g…

Merge pull request #371 from snowplow/dependabot/github_actions/dot-g… #74

Workflow file for this run

name: documentation
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Deploy to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html