Skip to content

build(deps): bump the github-actions-dependencies group with 3 updates #91

build(deps): bump the github-actions-dependencies group with 3 updates

build(deps): bump the github-actions-dependencies group with 3 updates #91

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@6d9e5d48da1a80c085e8ed867d680a5e99b28217 # 0.8.0
with:
build-path: public
build-artifact-name: build
static-site-generator: gatsby