Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation
name: Deploy dev docs

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation (PR Cleanup)
name: Remove docs preview

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr-preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation (PR Preview)
name: Deploy docs preview

# Use pull_request_target so the workflow has write permissions even for fork
# PRs. The pull_request trigger restricts fork PRs to a read-only GITHUB_TOKEN,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation (Release)
name: Deploy release docs

on:
workflow_run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Documentation is built with [zensical](https://zensical.org/) and deployed by pu

| Workflow | Trigger | Deploys to |
| --------------------- | -------------------------------- | ----------------------------------------- |
| `docs.yml` | Push to `main` | `/dev/` |
| `docs-dev.yml` | Push to `main` | `/dev/` |
| `docs-release.yml` | Release (via changelog workflow) | `/<version>/` + `/latest/` + `index.html` |
| `docs-pr-preview.yml` | PR opened/updated (incl. forks) | `/pr/<number>/` |
| `docs-pr-cleanup.yml` | PR closed | removes `/pr/<number>/` |
Expand Down
Loading