docs: deploy docs when merging to master (#27956)

This commit is contained in:
Maxime Beauchemin 2024-04-10 17:03:09 -07:00 committed by GitHub
parent dea430649d
commit a6d16ed477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -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=""

View File

@ -6,7 +6,6 @@ on:
- "docs/**"
branches:
- "master"
- "[0-9].[0-9]"
jobs:
config:

View File

@ -13,7 +13,7 @@ geospatial charts.
Here are a **few different ways you can get started with Superset**:
- Try a [Quickstart deployment](/docs/quickstart), which runs with Docker Compose
- Try a [Quickstart deployment](/docs/quickstart), powered by [Docker Compose](https://docs.docker.com/compose/)
- Install Superset [from PyPI](/docs/installation/installing-superset-from-pypi/)
- Deploy Superset [with Kubernetes](/docs/installation/running-on-kubernetes)
- Download the [source code from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/)