Skip to content

Commit

Permalink
chore: Automate docs site deployment (#1399)
Browse files Browse the repository at this point in the history
Closes #1388
  • Loading branch information
melissawm authored Dec 16, 2024
1 parent 7eb1081 commit 62c038f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docsite-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Build and Deploy Docsite
on:
workflow_dispatch: # Used to make post-release docfixes
push:
tags-ignore:
- 'frontend-*'
branches:
- main
paths:
- 'docs/**'

permissions:
contents: write
Expand Down

0 comments on commit 62c038f

Please sign in to comment.