Skip to content

Commit 32dfa8c

Browse files
authored
Update docs.yaml
1 parent 2de9f42 commit 32dfa8c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,20 @@
11
name: Docs
22
on:
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

159
permissions:
16-
<<<<<<< before updating
17-
contents: write
18-
=======
1910
actions: read
2011
contents: write
2112

22-
>>>>>>> after updating
2313
jobs:
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

@@ -57,6 +44,5 @@ jobs:
5744
- run: yardang build
5845

5946
- uses: peaceiris/actions-gh-pages@v4
60-
>>>>>>> after updating
6147
with:
6248
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)