Skip to content

build(deps): bump form-data in the npm_and_yarn group #88

build(deps): bump form-data in the npm_and_yarn group

build(deps): bump form-data in the npm_and_yarn group #88

Workflow file for this run

name: Internal - Main - Continuous Integration
on:
push:
branches: [main]
tags: ["*"]
permissions:
contents: read
packages: read
statuses: write
security-events: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit
deploy:
if: github.ref == 'refs/heads/main'
name: Deploy website
needs: ci
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.url }}
steps:
- id: deployment
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@7ce3b41507f05379e3658efe955327873c2654b4 # 0.7.1
with:
build-path: public
build-artifact-name: build
static-site-generator: gatsby