Skip to content

refactor(canon): RETIRE β€” keep README.md only, all content β†’ nexus/ca… #34

refactor(canon): RETIRE β€” keep README.md only, all content β†’ nexus/ca…

refactor(canon): RETIRE β€” keep README.md only, all content β†’ nexus/ca… #34

Workflow file for this run

name: Deploy 3D Reality Map
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docs/**'
- '.github/workflows/pages.yml'
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
path: docs
- id: deployment
uses: actions/deploy-pages@v4