Skip to content

Create gh-pages.yml

Create gh-pages.yml #2

Workflow file for this run

on: push
jobs:
first-job:
runs-on: nodejs
steps:
- run: node --version
- run: npm --version