File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
actions/update-link-index Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 53
53
name : github-pages
54
54
url : ${{steps.deployment.outputs.page_url}}
55
55
steps :
56
- - id : repo-basename
57
- run : ' echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
58
- - uses : actions/checkout@v4
59
- - name : Setup Pages
60
- id : pages
61
- uses : actions/configure-pages@v5.0.0
62
- - name : Build documentation
63
- uses : elastic/docs-builder@main
64
- with :
65
- prefix : ' ${{ steps.repo-basename.outputs.value }}'
66
- - name : Upload artifact
67
- uses : actions/upload-pages-artifact@v3.0.1
68
- with :
69
- path : .artifacts/docs/html
70
-
71
- - name : Deploy artifact
72
- id : deployment
73
- uses : actions/deploy-pages@v4.0.5
56
+ - name : Publish Github
57
+ uses : elastic/docs-builder/actions/publish@main
58
+ id : deployment
74
59
75
60
- name : Update Link Index
76
61
uses : elastic/docs-builder/actions/update-link-index@main
You can’t perform that action at this time.
0 commit comments