Skip to content

Merge pull request #87 from ome/dependabot/github_actions/actions-016… #31

Merge pull request #87 from ome/dependabot/github_actions/actions-016…

Merge pull request #87 from ome/dependabot/github_actions/actions-016… #31

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
cd ome2024-ngff-challenge
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ome2024-ngff-challenge/dist
CLEAN: true