Skip to content

converter-csv test

converter-csv test #12

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Make build directory
run: mkdir build
- name: Copy static files
run: cp -r static/* build/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build