mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Documentation improvements.
This commit is contained in:
20
.github/workflows/Pipeline.yml
vendored
20
.github/workflows/Pipeline.yml
vendored
@@ -17,11 +17,15 @@ jobs:
|
||||
with:
|
||||
doc: Documentation
|
||||
|
||||
# ArtifactCleanUp:
|
||||
# uses: pyTooling/Actions/.github/workflows/ArtifactCleanUp.yml@r0
|
||||
# needs:
|
||||
# - BuildTheDocs
|
||||
# - PublishToGitHubPages
|
||||
# with:
|
||||
# remaining: |
|
||||
# Documentation
|
||||
ArtifactCleanUp:
|
||||
name: 🗑️ Artifact Cleanup
|
||||
needs:
|
||||
- BuildTheDocs
|
||||
- PublishToGitHubPages
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: 🗑️ Delete artifacts
|
||||
uses: geekyeggo/delete-artifact@v1
|
||||
with:
|
||||
name: Documentation
|
||||
|
||||
Reference in New Issue
Block a user