Skip to content

style(webdev): sparkly yellow tag with CSS gradient and shine (#52) #42

style(webdev): sparkly yellow tag with CSS gradient and shine (#52)

style(webdev): sparkly yellow tag with CSS gradient and shine (#52) #42

Workflow file for this run

name: cd
on:
push:
branches:
- master
jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node env
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Generate
run: npm run generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.output/public