Skip to content

Bump braces from 3.0.2 to 3.0.3 (#111) #97

Bump braces from 3.0.2 to 3.0.3 (#111)

Bump braces from 3.0.2 to 3.0.3 (#111) #97

Workflow file for this run

name: Build with webpack and deploy
on:
push:
branches: ['gh-pages']
jobs:
build:
uses: ./.github/workflows/webpack-build.yml
deploy:
needs: build
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# Specify runner + deployment step
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4