Skip to content

chore(sync): 🔨 synced local '.github/workflows/build-website.y… #12

chore(sync): 🔨 synced local '.github/workflows/build-website.y…

chore(sync): 🔨 synced local '.github/workflows/build-website.y… #12

Workflow file for this run

name: Build and deploy website
on:
push:
branches: main
# you need these permissions to publish to GitHub pages
permissions:
contents: write
pages: write
jobs:
build-deploy-docs:
uses: dp-next/.github/.github/workflows/reusable-build-website.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}