Skip to content

Merge branch 'feat/site-newbie-guides' into HEAD #38

Merge branch 'feat/site-newbie-guides' into HEAD

Merge branch 'feat/site-newbie-guides' into HEAD #38

Workflow file for this run

name: Deploy site 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
with:
path: site
- id: deployment
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0