Skip to content

Commit

Permalink
Update docs publishing CI (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Dec 19, 2024
1 parent add96b7 commit 13a1e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
tags:
- '8.*.*'
- 'docs'
- 'docs-next'
branches:
- '**'
Expand All @@ -18,7 +19,7 @@ on:
- '.github/workflows/installer.yml'

env:
FRONTEND_BRANCH: dev
FRONTEND_BRANCH: ${{ github.ref == 'refs/heads/docs-next' && 'dev' || 'master' }}
GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}

jobs:
Expand Down

0 comments on commit 13a1e34

Please sign in to comment.