Skip to content

Bump prettier from 3.3.1 to 3.3.2 (#1266) #548

Bump prettier from 3.3.1 to 3.3.2 (#1266)

Bump prettier from 3.3.1 to 3.3.2 (#1266) #548

Workflow file for this run

name: Deploy
permissions:
contents: write
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'Deploy') && github.repository == 'openstreetmap/id-tagging-schema'"
steps:
- name: Checkout
uses: actions/checkout@v3 # If you're using actions/checkout@v3 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install Node.js dependencies
run: npm clean-install
- name: Build
run: npm run build
- name: Deploy 馃殌
uses: JamesIves/[email protected]
with:
BRANCH: main # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.
CLEAN: false # Automatically remove deleted files from the deploy branch