Skip to content

Merge pull request #2782 from brandingbrand/develop #38

Merge pull request #2782 from brandingbrand/develop

Merge pull request #2782 from brandingbrand/develop #38

Workflow file for this run

name: Deploy Flagship Code™ Docs to Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install, build, and upload your site
uses: withastro/action@acfe56dffc635abfb9506c77d51ce097030360d1
with:
path: ./apps/docs
package-manager: yarn@latest
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e