Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the github_actions group #934

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the github_actions group

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the github_actions group #934

name: Build Live Version
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -c constraints.txt -r requirements.txt
- name: Generate HTML
run: make html
- uses: actions/upload-artifact@v4
with:
name: html
path: build/html