Skip to content

Merge pull request #2 from robinroy03/main #4

Merge pull request #2 from robinroy03/main

Merge pull request #2 from robinroy03/main #4

Workflow file for this run

name: Build and Deploy Webring
on:
push:
branches: [main]
paths:
- "ring.csv"
- "generate.py"
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run generate.py
run: python generate.py
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist