Skip to content

Commit

Permalink
chore(ci): add workflow to publish v2 docs on merge (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Oct 19, 2023
1 parent cf29d0a commit f04fee6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/on-doc-v2-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Docs v2 Publish (merge)

on:
push:
branches:
- feat/v2
paths:
- "docs/**"
- "mkdocs.yml"

jobs:
release-docs:
permissions:
contents: write
pages: write
id-token: write
secrets: inherit
uses: ./.github/workflows/reusable-publish-docs.yml
with:
version: next
alias: next
detached_mode: false

0 comments on commit f04fee6

Please sign in to comment.