Skip to content

Change Vorstand

Change Vorstand #75

Workflow file for this run

on:
push:
branches:
- main
name: Build and Deploy
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: 'checkout'
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- run: python albums.py
- run: python ifs.py
- name: 'build and deploy'
uses: shalzz/[email protected]
env:
PAGES_BRANCH: master
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}
REPOSITORY: ${{ secrets.GHP_USER }}/${{ secrets.GHP_USER }}.github.io