File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 4646 || true
4747 - name : Collect Workflow Telemetry
4848 uses : catchpoint/workflow-telemetry-action@v2
49- - name : Incremental build
50- id : incremental-build
51- env :
52- ELASTICSEARCH_URL : ${{ secrets.ELASTICSEARCH_URL }}
53- ELASTICSEARCH_ACCESS_TOKEN : ${{ secrets.ELASTICSEARCH_ACCESS_TOKEN }}
54- ELASTICSEARCH_INDEX_NAME : ${{ secrets.ELASTICSEARCH_INDEX_NAME }}
55- SEARCH_ORIGIN : ${{ secrets.SEARCH_ORIGIN }}
56- ORIGIN : ${{ secrets.ORIGIN }}
57- working-directory : docs
58- run : |
59- bundle exec jekyll build --incremental
60- continue-on-error : ${{ steps.incremental-build.outputs.require_full_build == 'true' }}
6149 - name : Full build
6250 id : full-build
63- if : ${{ steps.incremental-build.outputs.require_full_build == 'true' }}
6451 env :
6552 ELASTICSEARCH_URL : ${{ secrets.ELASTICSEARCH_URL }}
6653 ELASTICSEARCH_ACCESS_TOKEN : ${{ secrets.ELASTICSEARCH_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments