Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Build only

Build only #1

Workflow file for this run

name: Build only
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- name: Build
uses: TartanLlama/actions-eleventy@master
with:
install_dependencies: true
env:
BUILD_ONLY: true