Skip to content

run_in_fork

run_in_fork #411

Workflow file for this run

name: deploy
on:
push:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
deploy_docs:
runs-on: ubuntu-24.04
if: ${{ github.repository == 'jngrad/espresso' }}
environment: deploy_documentation
steps:
- name: Install dependencies
run: sudo apt-get install --no-install-recommends -y curl rsync unzip make grep sed pandoc python3 jq ssh
- name: Checkout
uses: actions/checkout@main
- name: Deploy documentation
run: maintainer/CI/make_gh_pages.sh