Skip to content

Commit

Permalink
publish docs to 'v7' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Sep 10, 2024
1 parent 8a62dde commit 500a03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
tags:
- '7.*.*'
- 'docs'
- 'docs-v7'
branches:
- '**'
paths:
Expand All @@ -18,7 +18,7 @@ on:
- '.github/workflows/installer.yml'

env:
FRONTEND_BRANCH: master
FRONTEND_BRANCH: v7
GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}

jobs:
Expand Down

0 comments on commit 500a03e

Please sign in to comment.