Skip to content

Add Patterns and Templates to homepage navigation and card grid #4

Add Patterns and Templates to homepage navigation and card grid

Add Patterns and Templates to homepage navigation and card grid #4

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
permissions:
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: '.'
- uses: actions/deploy-pages@v4
id: deployment