Skip to content

build(deps): bump micromatch from 4.0.4 to 4.0.8 (#16) #129

build(deps): bump micromatch from 4.0.4 to 4.0.8 (#16)

build(deps): bump micromatch from 4.0.4 to 4.0.8 (#16) #129

Workflow file for this run

name: Run
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * 6'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install
- run: yarn build
- run: mkdir output
- run: yarn start
env:
NODE_ENV: production
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: output
commit_message: 'chore: deploy to GitHub Pages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload traces
if: failure()
uses: actions/upload-artifact@v4
with:
name: traces
path: traces/*.json