File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Docs
22on :
3- <<<<<<< before updating
4- push :
5- branches : ["main"]
6- tags : ["v*"]
7- =======
83 workflow_run :
94 workflows : ["Build Status"]
105 branches : [main]
116 types : [completed]
12- >>>>>>> after updating
137 workflow_dispatch :
148
159permissions :
16- <<<<<<< before updating
17- contents : write
18- =======
1910 actions : read
2011 contents : write
2112
22- >>>>>>> after updating
2313jobs :
2414 docs :
2515 runs-on : ubuntu-latest
2616 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
2717 steps :
28- <<<<<<< before updating
29- - uses : actions-ext/yardang@main
30- =======
3118 - uses : actions/checkout@v6
3219 - uses : actions-ext/python/setup@main
3320
5744 - run : yardang build
5845
5946 - uses : peaceiris/actions-gh-pages@v4
60- >>>>>>> after updating
6147 with :
6248 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments