Skip to content

chore: update maps-docs repo when main is updated #1

chore: update maps-docs repo when main is updated

chore: update maps-docs repo when main is updated #1

Workflow file for this run

name: Update docs to maps-docs repo
on:
push:
branches:
- main
pull_request:
jobs:
update_docs:
name: Update docs on maps-docs repo
runs-on: ubuntu-latest
steps:
- name: Checkout maps repo
uses: actions/checkout@v4
map: maps

Check failure on line 16 in .github/workflows/update-docs.yml

View workflow run for this annotation

GitHub Actions / Update docs to maps-docs repo

Invalid workflow file

The workflow is not valid. .github/workflows/update-docs.yml (Line: 16, Col: 9): Unexpected value 'map'
- name: Checkout maps-docs repo
uses: actions/checkout@v4
with:
repository: rnmapbox/maps-docs
ssh-key: ${{ secrets.MAPS_DOCS_DEPLOY_KEY }}
path: maps-docs
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install