File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Wiki - Update Control Styles
2
2
3
3
on :
4
- push :
5
- branches : [ master ]
4
+ # push:
5
+ # branches: [ master ]
6
6
workflow_dispatch :
7
7
8
8
jobs :
@@ -12,13 +12,13 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - name : Test
15
+ - name : Generate Control Styles Markdown
16
16
run : Scripts/GenerateThemesWikiMarkdown.ps1
17
17
shell : pwsh
18
18
- name : Upload Control Styles to Wiki
19
19
uses : docker://decathlon/wiki-page-creator-action:latest
20
20
env :
21
- GH_PAT : ${{ secrets.GITHUB_TOKEN }}
21
+ GH_PAT : ${{ secrets.SA_TOKEN }}
22
22
23
23
ACTION_NAME : Material Design Service Account
24
24
OWNER : MaterialDesignInXAML
Original file line number Diff line number Diff line change 16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
18
dotnet-version : 3.1.x
19
- - name : Build
19
+ - name : Run Icon Generation
20
20
run : dotnet run -c Release -- icons
21
21
working-directory : ./mdresgen
22
22
- name : Create Pull Request
You can’t perform that action at this time.
0 commit comments