Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 (#42) #58

Bump follow-redirects from 1.15.2 to 1.15.4 (#42)

Bump follow-redirects from 1.15.2 to 1.15.4 (#42) #58

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- "master"
jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2.3.1
# - name: Install
# run: npm install
# - name: Test
# run: npm run test
build-and-deploy:
runs-on: ubuntu-latest
#needs: test
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install
run: npm install
- name: Build
run: npm run prod
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.