Skip to content

Notiflix: The library has been updated. #105

Notiflix: The library has been updated.

Notiflix: The library has been updated. #105

Workflow file for this run

name: Build and Deploy on Push
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn
yarn deploy
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: github-pages
folder: .dist # package.json => "... next export -o .dist"