Chapter 6 figure refinements #1

Merged
Simon merged 2 commits from chapter-update into main 2026-08-20 10:07:14 +00:00
Showing only changes of commit 5de4591f64 - Show all commits

View file

@ -2,8 +2,6 @@ name: Build and deploy the book
on: on:
push: push:
branches:
- main
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
@ -25,7 +23,7 @@ jobs:
test -f _book/index.html test -f _book/index.html
- name: Deploy successful main build - name: Deploy successful main build
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
env: env:
DEPLOY_KEY: ${{ secrets.EACOMPANION_DEPLOY_KEY }} DEPLOY_KEY: ${{ secrets.EACOMPANION_DEPLOY_KEY }}
run: | run: |