Skip to content

File-based logging with intent-based applog facade (#192) #63

File-based logging with intent-based applog facade (#192)

File-based logging with intent-based applog facade (#192) #63

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
paths: [site/**]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v6
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v4
with:
path: site
- id: deployment
uses: actions/deploy-pages@v4