Skip to content

Bump pillow from 12.0.0 to 12.1.1 (#244) #174

Bump pillow from 12.0.0 to 12.1.1 (#244)

Bump pillow from 12.0.0 to 12.1.1 (#244) #174

Workflow file for this run

name: release
on:
push:
branches:
- master
- main
jobs:
deploy:
if: ${{ github.repository == 'Netflix/atlas-docs' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'zulu'
- uses: actions/setup-python@v6
with:
python-version: '3'
- run: pip install -r requirements.txt
- run: git fetch origin gh-pages:gh-pages
- run: mkdocs gh-deploy