Skip to content

fix: Refresh shoot hibernation How-To guide #258

fix: Refresh shoot hibernation How-To guide

fix: Refresh shoot hibernation How-To guide #258

Workflow file for this run

---
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Python dependencies
run: |
pip install tox
- name: Deploy to gh-pages
run: tox -e deploy-github
name: deploy
'on':
push:
branches:
- main