Skip to content

build(deps): bump undici from 5.21.0 to 5.28.2 #247

build(deps): bump undici from 5.21.0 to 5.28.2

build(deps): bump undici from 5.21.0 to 5.28.2 #247

Workflow file for this run

name: Netlify
on: push
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npx wsrun -mpc build
- uses: nelonoel/[email protected]
- run: npm i -g netlify-cli
- name: Publish preview
run: netlify deploy --dir dist -a ${{ secrets.NETLIFY_AUTH_TOKEN }} -s ${{ secrets.NETLIFY_SITE_ID }} --filter rdfjs-elements-demos -m "Preview ${{ env.BRANCH_NAME }}" --alias ${{ env.BRANCH_NAME }}
- name: Status check
uses: Sibz/[email protected]
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Netlify Site
state: success
target_url: https://${{ env.BRANCH_NAME }}--rdfjs-elements.netlify.app