Skip to content

Merge branch 'main' of https://github.com/alifeee/alifeee.github.io #75

Merge branch 'main' of https://github.com/alifeee/alifeee.github.io

Merge branch 'main' of https://github.com/alifeee/alifeee.github.io #75

Workflow file for this run

name: Make sitemap
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.11
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt
- name: Make sitemap
run: |
python ./scripts/sitemap.py ./sitemap.html
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4