Skip to content

[ui-module] Migrate UI module from separate repo (#265) #10

[ui-module] Migrate UI module from separate repo (#265)

[ui-module] Migrate UI module from separate repo (#265) #10

Workflow file for this run

name: "wiki"
on:
push:
branches:
- "main"
jobs:
deploy:
name: "Deploy docs to wiki"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Deploy to Wiki"
uses: "SwiftDocOrg/github-wiki-publish-action@v1"
with:
path: "docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}