Skip to content

Guidelines: Improve wording (#1311) #578

Guidelines: Improve wording (#1311)

Guidelines: Improve wording (#1311) #578

Workflow file for this run

name: Deploy
permissions:
contents: write
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: "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: interim # The branch the action should deploy to.
FOLDER: interim # The folder the action should deploy.