Skip to content

Merge pull request #22 from ansyeow/dependabot/npm_and_yarn/axios-1.6.7 #16

Merge pull request #22 from ansyeow/dependabot/npm_and_yarn/axios-1.6.7

Merge pull request #22 from ansyeow/dependabot/npm_and_yarn/axios-1.6.7 #16

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/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.