Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Merge pull request #15 from ermesonqueiroz/upgrade-dependencies #140

Merge pull request #15 from ermesonqueiroz/upgrade-dependencies

Merge pull request #15 from ermesonqueiroz/upgrade-dependencies #140

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup node.js 🔨
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install and Build 🔧
run: |
cd site
yarn
./node_modules/.bin/vuepress build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages
folder: site/.vuepress/dist