Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Update README.md to point at ros-typescript (#81) #60

Update README.md to point at ros-typescript (#81)

Update README.md to point at ros-typescript (#81) #60

Workflow file for this run

name: Docs
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
contents: write
on:
push:
branches: [main]
jobs:
all:
name: all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: docs