File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99permissions :
10- contents : read
11- pages : write
12- id-token : write
13-
14- concurrency :
15- group : pages
16- cancel-in-progress : false
10+ contents : write
1711
1812jobs :
19- build :
13+ release-wso2-open-healthcare-docs :
2014 runs-on : ubuntu-latest
2115 steps :
2216 - name : Check out code
4236 env :
4337 BASE_URL : /${{ github.event.repository.name }}/
4438
45- - name : Upload GitHub Pages artifact
46- uses : actions/upload-pages-artifact@v3
47- with :
48- path : en/build
49-
50- deploy :
51- needs : build
52- runs-on : ubuntu-latest
53- environment :
54- name : github-pages
55- url : ${{ steps.deployment.outputs.page_url }}
56- steps :
5739 - name : Deploy to GitHub Pages
58- id : deployment
59- uses : actions/deploy-pages@v4
40+ uses : peaceiris/actions-gh-pages@v4
41+ with :
42+ github_token : ${{ secrets.GITHUB_TOKEN }}
43+ publish_dir : en/build
You can’t perform that action at this time.
0 commit comments