Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

chore(deps): update dependency sass to v1.64.2 #279

chore(deps): update dependency sass to v1.64.2

chore(deps): update dependency sass to v1.64.2 #279

Workflow file for this run

# Document: https://help.github.com/ja/actions
name: DEPLOYMENT
on:
push:
branches: [ master ]
jobs:
deploy:
name: Deployment with GitHub Pages - Nuxt.js
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn generate:gh-pages
- name: deploy
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public