Skip to content

chore(deps): bump jdx/mise-action in the actions group (#279) #341

chore(deps): bump jdx/mise-action in the actions group (#279)

chore(deps): bump jdx/mise-action in the actions group (#279) #341

Workflow file for this run

name: docs
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
env:
MISE_LOCKED: "1"
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4
with:
install: true
cache: true
# run the install from the docs package so the workspace importer is
# always covered, even if the root lockfile regresses again
- name: Install docs dependencies
working-directory: docs
run: aube ci --frozen-lockfile
- name: Build docs
working-directory: docs
run: aube run build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
with:
path: docs/dist
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0