mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 02:31:22 +01:00
Create main.yml
This commit is contained in:
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Typedocusaurus Update
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
# on:
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# sourcePath:
|
||||
# required: true
|
||||
# targetPath:
|
||||
# required: true
|
||||
jobs:
|
||||
update-docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Test!"
|
||||
Reference in New Issue
Block a user