mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
docs: deploy docs when merging to master (#27956)
This commit is contained in:
committed by
GitHub
parent
dea430649d
commit
a6d16ed477
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
@@ -72,6 +72,7 @@ jobs:
|
||||
env:
|
||||
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
RELEASE="${{ github.event.release.tag_name }}"
|
||||
FORCE_LATEST=""
|
||||
|
||||
1
.github/workflows/superset-docs-deploy.yml
vendored
1
.github/workflows/superset-docs-deploy.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- "master"
|
||||
- "[0-9].[0-9]"
|
||||
|
||||
jobs:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user