We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698698a commit cd54e54Copy full SHA for cd54e54
.github/workflows/main.yml
@@ -3,16 +3,13 @@ name: Build and Publish
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
tags:
8
- v*.*.*
9
- v*.*.*-preview.*
10
11
workflow_dispatch:
12
13
-env:
14
- MATCHMAKER_VERSION: v3.1.0
15
-
16
jobs:
17
build:
18
runs-on: windows-latest
@@ -58,10 +55,10 @@ jobs:
58
55
with:
59
56
github_token: ${{secrets.GITHUB_TOKEN}}
60
57
publish_dir: docs-dest/
61
- destination_dir: ${{env.MATCHMAKER_VERSION}}
62
user_name: "Tolik Pylypchuk"
63
user_email: "[email protected]"
64
commit_message: "Deploy docs to GitHub Pages"
+ cname: matchmaker.tolik.io
65
66
publish:
67
0 commit comments