Skip to content

Commit

Permalink
chore: add initial workflow for updating devcenter documentation (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman authored Mar 14, 2024
1 parent 3c70a9f commit de144ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/devcenter-doc-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update CLI Command DevCenter Documentation

on:
workflow_dispatch:
workflow_call:

jobs:
update-devcenter-command-docs:
name: Update Devcenter command docs
runs-on: pub-hk-ubuntu-22.04-small
steps:
- uses: actions/checkout@v3
- name: Install package deps
run: yarn --immutable --network-timeout 1000000
- name: Install Devcenter CLI
run: |
gem install devcenter
devcenter help

0 comments on commit de144ef

Please sign in to comment.