Skip to content

Merge pull request #217 from Schascha/dependabot/npm_and_yarn/ejs-3.1.10 #630

Merge pull request #217 from Schascha/dependabot/npm_and_yarn/ejs-3.1.10

Merge pull request #217 from Schascha/dependabot/npm_and_yarn/ejs-3.1.10 #630

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: npm ci
- name: Run tests πŸ§ͺ
run: npm t
- name: Build πŸ”§
run: npm run build
- name: Deploy πŸš€
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist