File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 push :
2424 branches :
2525 - master
26- # TEMP: validate this workflow on the fork, remove before merge
27- - pages-reuse-doc-image-dev1
2826
2927concurrency :
3028 group : ' docs preview'
4644 RELEASE_VERSION : ' In-Progress'
4745 LC_ALL : C.UTF-8
4846 LANG : C.UTF-8
49- # TEMP: job-level repository guard removed to run on the fork, restore before merge
47+ if : github. repository == 'apache/spark'
5048 steps :
5149 - name : Checkout Spark repository
5250 uses : actions/checkout@v6
@@ -80,15 +78,11 @@ jobs:
8078 cd docs
8179 SKIP_RDOC=1 bundle exec jekyll build
8280 - name : Setup Pages
83- # TEMP: skip Pages API calls on the fork (Pages not enabled there), remove the if before merge
84- if : github.repository == 'apache/spark'
8581 uses : actions/configure-pages@v6
8682 - name : Upload artifact
8783 uses : actions/upload-pages-artifact@v5
8884 with :
8985 path : ' docs/_site'
9086 - name : Deploy to GitHub Pages
91- # TEMP: skip deployment on the fork, remove the if before merge
92- if : github.repository == 'apache/spark'
9387 id : deployment
9488 uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments