Skip to content

Merge pull request #455 from atlanhq/FT-874 #217

Merge pull request #455 from atlanhq/FT-874

Merge pull request #455 from atlanhq/FT-874 #217

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Atlan Pte. Ltd.
name: Pyatlan Sphinx Docs Build
on:
push:
branches: [main]
workflow_dispatch:
jobs:
publish-docs:
runs-on: ubuntu-latest
name: "Sphinx"
steps:
- name: Build Sphinx
id: deployment
uses: sphinx-notes/pages@v3
with:
publish: false
- name: Publish Sphinx
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}