Skip to content

Commit

Permalink
chore: attempt to force docs deploy (#19424)
Browse files Browse the repository at this point in the history
(cherry picked from commit a8e7624)
  • Loading branch information
srinify authored and villebro committed Apr 4, 2022
1 parent 038d114 commit 625555a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/contributing/contributing-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version: 1
## Contributing to Superset

Superset is an [Apache Software foundation](https://www.apache.org/theapacheway/index.html) project.
The core contributors (or committers) to Superset communicate primarily in the following channels (all of
which you can join):
The core contributors (or committers) to Superset communicate primarily in the following channels (
which can be joined by anyone):

- [Mailing list](https://lists.apache.org/[email protected])
- [Apache Superset Slack community](https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from setuptools import find_packages, setup

BASE_DIR = os.path.abspath(os.path.dirname(__file__))

PACKAGE_JSON = os.path.join(BASE_DIR, "superset-frontend", "package.json")

with open(PACKAGE_JSON, "r") as package_file:
version_string = json.load(package_file)["version"]

Expand Down

0 comments on commit 625555a

Please sign in to comment.