Skip to content

step

step #415

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
steps:
- name: Install dependencies
run: sudo apt-get install --no-install-recommends -y curl rsync unzip make grep sed python3 jq ssh
- name: Checkout
uses: actions/checkout@main
- name: Deploy documentation
env:
GITLAB_READ_API: ${{ secrets.GITLAB_READ_API }}
run: maintainer/CI/make_gh_pages.sh