mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 02:31:22 +01:00
Merge branch 'i18n' of https://github.com/tauri-apps/typedocusaurus into i18n
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -2,15 +2,13 @@ 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!"
|
||||
- run: echo "Beginning job..."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- run: echo "Repo has been cloned..."
|
||||
- run: yarn && yarn run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user