Skip to content

github pages

github pages #3157

Workflow file for this run

name: github pages
on:
push:
branches:
- master
schedule:
- cron: "15 */12 * * *"
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Pull stats
run: ./pull_stats.py
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./web
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'