Skip to content

Pac-Man

Pac-Man #105

Workflow file for this run

name: Pac-Man
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
generate:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Generate Pac-Man contribution graph
uses: abozanona/pacman-contribution-graph@main
with:
github_user_name: phishdestroy
games: pacman
- name: Deploy to output branch
uses: crazy-max/ghaction-github-pages@v5.0.0
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}