Skip to content

Update useRoamStore to use updatePage instead of updateBlock #403

Update useRoamStore to use updatePage instead of updateBlock

Update useRoamStore to use updatePage instead of updateBlock #403

Workflow file for this run

name: Publish Extension
on:
pull_request:
workflow_dispatch:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ vars.AWS_REGION }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm install
- name: build
run: npx samepage build