Skip to content

Merge pull request #104 from FdelMazo/fixes #223

Merge pull request #104 from FdelMazo/fixes

Merge pull request #104 from FdelMazo/fixes #223

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