Skip to content

chore(deps): update all non-major dependencies #73

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #73

Workflow file for this run

name: Build Artifact
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_call:
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
NUXT_APP_BASE_URL: /discord-emoji-export/
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
- name: Build website
run: |
yarn install --immutable --immutable-cache --check-cache
yarn generate
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: .output/public