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 00d058b commit 26bac0eCopy full SHA for 26bac0e
.github/workflows/control_styles.yml
@@ -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