forked from MaterialDesignInXAML/MaterialDesignInXamlToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (23 loc) · 881 Bytes
/
control_styles.yml
File metadata and controls
26 lines (23 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Wiki - Update Control Styles
on:
# push:
# branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Generate Control Styles Markdown
run: build/GenerateThemesWikiMarkdown.ps1
shell: pwsh
- name: Upload Control Styles to Wiki
uses: docker://decathlon/wiki-page-creator-action:latest
env:
GH_PAT: ${{ secrets.SA_TOKEN }}
ACTION_MAIL: mdixsa@outlook.com
ACTION_NAME: Material Design Service Account
OWNER: MaterialDesignInXAML
REPO_NAME: MaterialDesignInXamlToolkit
MD_FOLDER: build
WIKI_PUSH_MESSAGE: Automatic update of ControlStyleList.md from GitHub Action