Skip to content

Commit 26bac0e

Browse files
authored
Create control_styles.yml
Adding control styles GitHub Action
1 parent 00d058b commit 26bac0e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/control_styles.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Wiki - Update Control Styles
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
- name: Test
16+
run: Scripts/GenerateThemesWikiMarkdown.ps1
17+
shell: pwsh
18+
- name: Upload Control Styles to Wiki
19+
uses: docker://decathlon/wiki-page-creator-action:latest
20+
env:
21+
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
22+
ACTION_MAIL: [email protected]
23+
ACTION_NAME: Material Design Service Account
24+
OWNER: MaterialDesignInXAML
25+
REPO_NAME: MaterialDesignInXamlToolkit
26+
MD_FOLDER: Scripts
27+
WIKI_PUSH_MESSAGE: Automatic update of ControlStyleList.md from GitHub Action

0 commit comments

Comments
 (0)