mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Added pipeline to build the documentation.
(cherry picked from commit 092a1c468d7ec5c8015e3ae87cf532d4fa6b730d)
This commit is contained in:
27
.github/workflows/Pipeline.yml
vendored
Normal file
27
.github/workflows/Pipeline.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
name: Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
BuildTheDocs:
|
||||
uses: pyTooling/Actions/.github/workflows/BuildTheDocs.yml@r0
|
||||
with:
|
||||
artifact: Documentation
|
||||
|
||||
PublishToGitHubPages:
|
||||
uses: pyTooling/Actions/.github/workflows/PublishToGitHubPages.yml@r0
|
||||
needs:
|
||||
- BuildTheDocs
|
||||
with:
|
||||
doc: Documentation
|
||||
|
||||
# ArtifactCleanUp:
|
||||
# uses: pyTooling/Actions/.github/workflows/ArtifactCleanUp.yml@r0
|
||||
# needs:
|
||||
# - BuildTheDocs
|
||||
# - PublishToGitHubPages
|
||||
# with:
|
||||
# remaining: |
|
||||
# Documentation
|
||||
Reference in New Issue
Block a user