Skip to content

Update february_2025.csv #25

Update february_2025.csv

Update february_2025.csv #25

name: Deploy GitHub Pages
on:
push:
branches:
- main # Trigger on any push to the main branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Step 1: Check out the repository
- name: Checkout repository
uses: actions/checkout@v3
# Step 2: Deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site/ # Deploy the site directory
publish_branch: gh-pages # The branch used for GitHub Pages