Skip to content

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 in the prettier gr… #275

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 in the prettier gr…

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 in the prettier gr… #275

Workflow file for this run

name: deploy
on:
push:
branches:
- master
permissions:
contents: write
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
- name: Install 📦
run: npm ci --prefer-offline
- name: Build 🔧
run: npm run build -- --public-url https://remarkablemark.org/${{ github.event.repository.name }}
- name: Deploy 🚀
uses: remarkablemark/gitploy-action@v1
with:
directory: dist