Skip to content

may 2024

may 2024 #32

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
sudo apt-get update && sudo apt-get install librsvg2-bin
pip install -r requirements.txt
python socials.py
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build