Skip to content

Commit cd54e54

Browse files
Remove the old versions of the docs
1 parent 698698a commit cd54e54

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ name: Build and Publish
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- v*.*.*
99
- v*.*.*-preview.*
1010

1111
workflow_dispatch:
1212

13-
env:
14-
MATCHMAKER_VERSION: v3.1.0
15-
1613
jobs:
1714
build:
1815
runs-on: windows-latest
@@ -58,10 +55,10 @@ jobs:
5855
with:
5956
github_token: ${{secrets.GITHUB_TOKEN}}
6057
publish_dir: docs-dest/
61-
destination_dir: ${{env.MATCHMAKER_VERSION}}
6258
user_name: "Tolik Pylypchuk"
6359
user_email: "[email protected]"
6460
commit_message: "Deploy docs to GitHub Pages"
61+
cname: matchmaker.tolik.io
6562

6663
publish:
6764
runs-on: windows-latest

0 commit comments

Comments
 (0)