Skip to content

Bump docker/build-push-action from 6.7.0 to 6.8.0 #6589

Bump docker/build-push-action from 6.7.0 to 6.8.0

Bump docker/build-push-action from 6.7.0 to 6.8.0 #6589

Workflow file for this run

name: Build Docs
on:
- push
- pull_request
defaults:
run:
working-directory: docs
jobs:
build:
name: build-docs
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.12
- name: Pip Install
run: |
pip install -r requirements.txt
- name: Build
run: |
./bin/build --ci