Skip to content

Merge pull request #111 from FdelMazo/error-handling #236

Merge pull request #111 from FdelMazo/error-handling

Merge pull request #111 from FdelMazo/error-handling #236

Workflow file for this run

name: Build & Deploy to Github Pages
on:
push:
branches: [master]
jobs:
node-to-gh:
runs-on: ubuntu-latest
name: Build & Deploy to Github Pages
steps:
- id: node-to-gh
uses: fdelmazo/node-to-gh-action@v2
- name: Run tests
run: npm test
shell: bash