Skip to content

bump follow-redirects from 1.14.8 to 1.15.4 (#99) #68

bump follow-redirects from 1.14.8 to 1.15.4 (#99)

bump follow-redirects from 1.14.8 to 1.15.4 (#99) #68

Workflow file for this run

name: CI
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout ๐Ÿ›Ž๏ธ
uses: actions/checkout@v3
- name: Install and Build ๐Ÿ”ง
env:
CI: false
run: |
yarn
yarn build
- name: Deploy ๐Ÿš€
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.