Skip to content

Work around the ubuntu-latest image having an old Node.js. #23

Work around the ubuntu-latest image having an old Node.js.

Work around the ubuntu-latest image having an old Node.js. #23

Workflow file for this run

# Copyright 2024 Remy Blank <[email protected]>
# SPDX-License-Identifier: MIT
name: Publish
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
uses: t-doc-org/common/.github/workflows/deploy-github-pages.yml@main
secrets: inherit