Skip to content

Commit bd6190a

Browse files
committed
solving merge conflict
2 parents 86af4c5 + 8938cc7 commit bd6190a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@ name: Deploy docs
33
on: # yamllint disable-line rule:truthy
44
push:
55
branches:
6+
<<<<<<< HEAD
67
- main
8+
=======
9+
- master
10+
>>>>>>> refs/remotes/origin/docs-ci
711
tags:
812
- v*
913

1014
jobs:
1115
build:
1216
runs-on: ubuntu-latest
1317
steps:
18+
<<<<<<< HEAD
1419
- uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@main
20+
=======
21+
- uses: SciCatProject/docs-template/.github/actions/[email protected]
22+
>>>>>>> refs/remotes/origin/docs-ci
1523
with:
1624
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1725
push: true

0 commit comments

Comments
 (0)