Skip to content

Bcc tokens 2.0 (#348) #41

Bcc tokens 2.0 (#348)

Bcc tokens 2.0 (#348) #41

name: Build and Deploy Documentation
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths:
- docs/**
- .github/workflows/build-and-deploy-documentation.yml
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build documentation site
uses: bcc-code/bcc-developer-docs-deploy@v1
with:
title: BCC Design System
description: Technical documentation and guides to facilitate the correct use of design assets of BCC
authentication: "portal"
pat: ${{ secrets.DEVELOPER_DOCS_DEPLOY_PAT }}