Skip to content

Merge pull request #4 from ansyeow/dependabot/npm_and_yarn/cypress-13… #8

Merge pull request #4 from ansyeow/dependabot/npm_and_yarn/cypress-13…

Merge pull request #4 from ansyeow/dependabot/npm_and_yarn/cypress-13… #8

Workflow file for this run

name: Build & Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Installing packages
run: npm install
- name: Build Gridsome site
run: yarn build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.