Skip to content

Commit

Permalink
[SPARK-49495][DOCS] Document and Feature Preview on the master branc…
Browse files Browse the repository at this point in the history
…h via Live GitHub Pages Updates

    ### What changes were proposed in this pull request?

    This pull request introduces functionalities that enable 'Document and Feature Preview on the master branch via Live GitHub Pa
ges Updates'.

    ### Why are the changes needed?

    - Instead of limited 72-hour voting phases, it provides the developer community with more opportunities to preview and verify
the documentation contents.
    - Instead of waiting for the final announcement of an official spark feature release, users can now preview some of the ongoin
g documented features, increasing the willingness to upgrade, sensing breaking changes in advance, and reducing the burden during
the final upgrades.

    ### Does this PR introduce _any_ user-facing change?

    No

    ### How was this patch tested?

    An [example](https://yaooqinn.github.io/spark-gh-pages/) has been established by this repo - https://github.com/yaooqinn/spark
-gh-pages

    - Broken logo links are fixed at apache#47966

    ### Was this patch authored or co-authored using generative AI tooling?
    no
  • Loading branch information
yaooqinn committed Sep 20, 2024
1 parent d29329b commit 7e56c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ github:
squash: true
rebase: true
ghp_branch: master
ghp_path: /docs/_site
ghp_path: /docs

notifications:
pullrequests: reviews@spark.apache.org
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

concurrency:
group: 'docs preview'
cancel-in-progress: true
cancel-in-progress: false

jobs:
docs:
Expand All @@ -35,6 +35,8 @@ jobs:
permissions:
id-token: write
pages: write
environment:
name: github-pages # https://github.com/actions/deploy-pages/issues/271
env:
SPARK_TESTING: 1 # Reduce some noise in the logs
RELEASE_VERSION: 'In-Progress'
Expand Down

0 comments on commit 7e56c14

Please sign in to comment.